Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Arbeit <[email protected]>
  • Loading branch information
ScottArbeit authored Feb 11, 2023
1 parent 35ac5b8 commit fd0a699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Build
run: dotnet build Grace.sln --no-restore
working-directory: src
- name: Test
run: dotnet test Grace.sln --no-build --verbosity normal
working-directory: src
# - name: Test
# run: dotnet test Grace.sln --no-build --verbosity normal
# working-directory: src

0 comments on commit fd0a699

Please sign in to comment.