Skip to content

Commit 6c59a8f

Browse files
authored
Update dotnet.yml
1 parent 9316923 commit 6c59a8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Change to project directory
2424
run: cd DbBackupService
2525
- name: Restore dependencies
26-
run: dotnet restore
26+
run: dotnet restore ./OctoBackup.sln
2727
- name: Build
28-
run: dotnet build --no-restore
28+
run: dotnet build ./OctoBackup.sln --no-restore
2929
- name: Test
30-
run: dotnet test --no-build --verbosity normal
30+
run: dotnet test ./OctoBackup.sln --no-build --verbosity normal

0 commit comments

Comments
 (0)