Skip to content

Commit

Permalink
Merge pull request #35 from codecov/fix/integration-always-run
Browse files Browse the repository at this point in the history
fix: make integration tests always run
  • Loading branch information
thomasrockhu-codecov authored Nov 8, 2024
2 parents 7737539 + 6b33aa4 commit 0584651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
make test_env.run_unit
- name: Run integration tests
if: inputs.run_integration == true
if: ${{ !cancelled() && inputs.run_integration == true }}
run: |
make test_env.run_integration
## Don't upload on forks for now.
Expand Down

0 comments on commit 0584651

Please sign in to comment.