Skip to content

Commit 3b00984

Browse files
committed
update dotnet workflow
1 parent ec85944 commit 3b00984

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,11 @@ jobs:
6262
dotnet restore
6363
dotnet build --no-restore
6464
cd TodoListAPI.Tests
65+
dotnet test --no-build --verbosity normal
66+
67+
- run: |
68+
cd 5-AccessControl/2-call-api-groups/API
69+
dotnet restore
70+
dotnet build --no-restore
71+
cd TodoListAPI.Tests
6572
dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)