Skip to content

Commit 662643f

Browse files
authored
Update dotnet.yml
1 parent b2bf0c7 commit 662643f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

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

0 commit comments

Comments
 (0)