Skip to content

Commit 160d172

Browse files
authored
Fix dotnet.yml
1 parent a25db4c commit 160d172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
dotnet-version: 8.0.x
1818
- name: Restore
19-
run: dotnet restore tests/FairSplit.Tests/FairSplit.Tests.csproj
19+
run: dotnet restore FairSplit.Tests/FairSplit.Tests.csproj
2020
- name: Test
21-
run: dotnet test tests/FairSplit.Tests/FairSplit.Tests.csproj --configuration Release
21+
run: dotnet test FairSplit.Tests/FairSplit.Tests.csproj --configuration Release

0 commit comments

Comments
 (0)