Skip to content

Commit 0459f14

Browse files
committed
fix ci
1 parent a3b4e80 commit 0459f14

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ jobs:
2020

2121
- name: Restore dependencies
2222
run: dotnet restore TestTaskToItKontact.sln
23+
working-directory: .
2324

2425
- name: Build
2526
run: dotnet build TestTaskToItKontact.sln --no-restore --configuration
27+
working-directory: .
2628

2729
- name: Tests
2830
run: dotnet test TestTaskToItKontact.sln --no-build
31+
working-directory: .

0 commit comments

Comments
 (0)