Skip to content

Commit a3b4e80

Browse files
committed
fix ci
1 parent d775b2d commit a3b4e80

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
dotnet-version: 8.0.x
2020

2121
- name: Restore dependencies
22-
run: dotnet restore
22+
run: dotnet restore TestTaskToItKontact.sln
2323

2424
- name: Build
25-
run: dotnet build --no-restore --configuration
25+
run: dotnet build TestTaskToItKontact.sln --no-restore --configuration
2626

2727
- name: Tests
28-
run: dotnet test --no-build
28+
run: dotnet test TestTaskToItKontact.sln --no-build

0 commit comments

Comments
 (0)