Skip to content

Commit 623b6a6

Browse files
authored
Update dotnet.yml
1 parent e0118f5 commit 623b6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
dotnet-version: 9.0.x
2323
- name: Restore dependencies
2424
run: dotnet restore
25+
working-directory: ./src
2526
- name: Build
2627
run: dotnet build --no-restore
27-
- name: Test
28-
run: dotnet test --no-build --verbosity normal
28+
working-directory: ./src

0 commit comments

Comments
 (0)