Skip to content

Commit

Permalink
Run the test compatibility check even if tests failed (#5879)
Browse files Browse the repository at this point in the history
This forces the test compatibility check to run, even if compatibility
test checks have failed, as having it skipped still allows merging PRs.

Related:
open-telemetry/opentelemetry-go-contrib#6224
  • Loading branch information
dmathieu authored Oct 14, 2024
1 parent b3c313f commit fe5c3f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
test-compatibility:
runs-on: ubuntu-latest
needs: [compatibility-test]
if: always()
steps:
- name: Test if compatibility-test passed
run: |
Expand Down

0 comments on commit fe5c3f8

Please sign in to comment.