Skip to content

Commit 2c94eeb

Browse files
authored
Update dotnet.yml
Remove the --no-build parameter - the Tests project does have to build actually
1 parent 91530d7 commit 2c94eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Test
3232
run: |
3333
cd src/TrainingGuides.Web.Tests
34-
dotnet test --no-build --verbosity normal
34+
dotnet test --verbosity normal

0 commit comments

Comments
 (0)