Skip to content

Commit cd297da

Browse files
committed
updated dotnet.yml
1 parent 6d0aad1 commit cd297da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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: 6.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)