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.
1 parent a25db4c commit 160d172Copy full SHA for 160d172
.github/workflows/dotnet.yml
@@ -16,6 +16,6 @@ jobs:
16
with:
17
dotnet-version: 8.0.x
18
- name: Restore
19
- run: dotnet restore tests/FairSplit.Tests/FairSplit.Tests.csproj
+ run: dotnet restore FairSplit.Tests/FairSplit.Tests.csproj
20
- name: Test
21
- run: dotnet test tests/FairSplit.Tests/FairSplit.Tests.csproj --configuration Release
+ run: dotnet test FairSplit.Tests/FairSplit.Tests.csproj --configuration Release
0 commit comments