Skip to content

Commit 478da65

Browse files
authored
Update push_build_and_test.yml
1 parent b240d4f commit 478da65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push_build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
uses: actions/setup-dotnet@v1
1919
with:
2020
dotnet-version: 6.0.x
21+
2122
- name: Restore dependencies
22-
working-directory: ./source
2323
run: dotnet restore
24+
2425
- name: Build
25-
working-directory: ./source
2626
run: dotnet build --no-restore
27+
2728
- name: Test
28-
working-directory: ./source
2929
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)