We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9316923 commit 6c59a8fCopy full SHA for 6c59a8f
.github/workflows/dotnet.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Change to project directory
24
run: cd DbBackupService
25
- name: Restore dependencies
26
- run: dotnet restore
+ run: dotnet restore ./OctoBackup.sln
27
- name: Build
28
- run: dotnet build --no-restore
+ run: dotnet build ./OctoBackup.sln --no-restore
29
- name: Test
30
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test ./OctoBackup.sln --no-build --verbosity normal
0 commit comments