Skip to content

Commit

Permalink
Build before test in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Liminiens authored Jun 10, 2020
1 parent 9c46932 commit 07b408c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
dotnet-version: 3.1.300
- name: Restore tools
run: dotnet tool restore
- name: Build
run: dotnet build -c Release
- name: Test
run: dotnet test --verbosity normal
run: dotnet test -c Release --no-restore --verbosity normal

0 comments on commit 07b408c

Please sign in to comment.