Skip to content

Commit 92dfba6

Browse files
authored
Update dotnet.yml
1 parent c440931 commit 92dfba6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ jobs:
2121
with:
2222
dotnet-version: 8.0.x
2323
- name: Restore dependencies
24-
run: dotnet restore
24+
working-directory: ./src/
25+
run: dotnet restore
2526
- name: Build
27+
working-directory: ./src/
2628
run: dotnet build --no-restore
2729
- name: Test
30+
working-directory: ./src/
2831
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)