Skip to content

Commit d909925

Browse files
Update dotnet.yml
1 parent f7ab1a6 commit d909925

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet restore src/OneBitSoftware.Slovom.sln
2626

2727
- name: Build
28-
run: dotnet build --no-restore
28+
run: dotnet build --no-restore src/OneBitSoftware.Slovom.sln
2929

3030
- name: Test
31-
run: dotnet test --no-build --verbosity normal
31+
run: dotnet test --no-build --verbosity normal src/OneBitSoftware.Slovom.sln

0 commit comments

Comments
 (0)