Skip to content

Commit cb772bd

Browse files
authored
Update push_build_and_test.yml
1 parent a6bb1ce commit cb772bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push_build_and_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ jobs:
1818
with:
1919
dotnet-version: 6.0.x
2020
- name: Restore dependencies
21+
working-directory: ./source
2122
run: dotnet restore
2223
- name: Build
24+
working-directory: ./source
2325
run: dotnet build --no-restore
2426
- name: Test
27+
working-directory: ./source
2528
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)