Skip to content

Commit

Permalink
run the test compatibility check even if tests failed
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Oct 9, 2024
1 parent 355fbbd commit bb09c01
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 @@ -133,9 +133,9 @@ jobs:
test-compatibility:
runs-on: ubuntu-latest
needs: [compatibility-test]
if: always()
steps:
- name: Test if compatibility-test workflow passed
run: |
echo ${{ needs.compatibility-test.result }}
test ${{ needs.compatibility-test.result }} == "success"

0 comments on commit bb09c01

Please sign in to comment.