We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b4e80 commit 0459f14Copy full SHA for 0459f14
1 file changed
.github/workflows/ci.yml
@@ -20,9 +20,12 @@ jobs:
20
21
- name: Restore dependencies
22
run: dotnet restore TestTaskToItKontact.sln
23
+ working-directory: .
24
25
- name: Build
26
run: dotnet build TestTaskToItKontact.sln --no-restore --configuration
27
28
29
- name: Tests
30
run: dotnet test TestTaskToItKontact.sln --no-build
31
0 commit comments