Skip to content

Commit 1dacdc7

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

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ jobs:
2020
uses: actions/setup-dotnet@v4
2121
with:
2222
dotnet-version: 9.0.x
23-
- name: Change to project directory
24-
run: cd DbBackupService
2523
- name: Restore dependencies
26-
run: dotnet restore ./OctoBackup.sln
24+
run: dotnet restore DbBackupService/OctoBackup.sln
2725
- name: Build
28-
run: dotnet build ./OctoBackup.sln --no-restore
26+
run: dotnet build DbBackupService/OctoBackup.sln --no-restore
2927
- name: Test
30-
run: dotnet test ./OctoBackup.sln --no-build --verbosity normal
28+
run: dotnet test DbBackupService/OctoBackup.sln --no-build --verbosity normal

0 commit comments

Comments
 (0)