Skip to content

Commit 55c6976

Browse files
authored
Add to CI yml working-directory
1 parent 6fb6e22 commit 55c6976

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet-core.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: 3.1.101
2020
- name: Install dependencies
21+
working-directory: src
2122
run: dotnet restore
2223
- name: Build
24+
working-directory: src
2325
run: dotnet build --configuration Release --no-restore
2426
- name: Test
27+
working-directory: src
2528
run: dotnet test --no-restore --verbosity normal

0 commit comments

Comments
 (0)