Skip to content

Commit

Permalink
Fix publish tests (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSimmons authored Apr 22, 2024
1 parent 4e0fd43 commit 649fea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --configuration Release --no-build --no-restore --verbosity normal -f net6
run: dotnet test --configuration Release --no-build --no-restore --verbosity normal -f net6 ./UnitTests/UnitTests.csproj
- uses: actions/upload-artifact@v4
with:
name: artifacts
Expand Down

0 comments on commit 649fea3

Please sign in to comment.