Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarWitch7 authored Nov 7, 2023
1 parent 5798cbb commit 19fc15c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build

on:
push:
workflow_dispatch:
pull_request:
branches: [ main ]
paths:
- '**.cs'
- '**.csproj'
- '**.yml'

env:
DOTNET_VERSION: '7.0.203'
Expand All @@ -32,7 +32,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --configuration Release

- name: Test
run: dotnet test --no-restore --verbosity normal
run: dotnet test --verbosity normal

0 comments on commit 19fc15c

Please sign in to comment.