mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-26 21:05:00 +02:00
Run the test compatibility check even if tests failed (#5879)
This forces the test compatibility check to run, even if compatibility test checks have failed, as having it skipped still allows merging PRs. Related: https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6224
This commit is contained in:
parent
b3c313ff2f
commit
fe5c3f8fdd
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -168,6 +168,7 @@ jobs:
|
||||
test-compatibility:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [compatibility-test]
|
||||
if: always()
|
||||
steps:
|
||||
- name: Test if compatibility-test passed
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user