We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c127ea + d909925 commit fcfb1e4Copy full SHA for fcfb1e4
.github/workflows/dotnet.yml
@@ -22,10 +22,10 @@ jobs:
22
dotnet-version: 9.x
23
24
- name: Restore dependencies
25
- run: dotnet restore
+ run: dotnet restore src/OneBitSoftware.Slovom.sln
26
27
- name: Build
28
- run: dotnet build --no-restore
+ run: dotnet build --no-restore src/OneBitSoftware.Slovom.sln
29
30
- name: Test
31
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test --no-build --verbosity normal src/OneBitSoftware.Slovom.sln
0 commit comments