We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d775b2d commit a3b4e80Copy full SHA for a3b4e80
1 file changed
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
dotnet-version: 8.0.x
20
21
- name: Restore dependencies
22
- run: dotnet restore
+ run: dotnet restore TestTaskToItKontact.sln
23
24
- name: Build
25
- run: dotnet build --no-restore --configuration
+ run: dotnet build TestTaskToItKontact.sln --no-restore --configuration
26
27
- name: Tests
28
- run: dotnet test --no-build
+ run: dotnet test TestTaskToItKontact.sln --no-build
0 commit comments