1
0
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:
Damien Mathieu 2024-10-14 10:02:36 +02:00 committed by GitHub
parent b3c313ff2f
commit fe5c3f8fdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,6 +168,7 @@ jobs:
test-compatibility:
runs-on: ubuntu-latest
needs: [compatibility-test]
if: always()
steps:
- name: Test if compatibility-test passed
run: |