Skip to content

Commit

Permalink
ci: try fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Jun 23, 2024
1 parent 8cd6786 commit 7fa6e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: dotnet build --no-restore -c Release /p:ContinuousIntegrationBuild=true

- name: Run tests
run: dotnet test --no-build -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
run: dotnet test --no-build -c Release /p:CoverletOutputFormat=opencover

- name: Publish to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 7fa6e0a

Please sign in to comment.