Skip to content

Commit

Permalink
Merge branch 'backend-coverage' into backend-coverage-test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Oct 2, 2024
2 parents cffbb68 + 81399db commit 787fb9a
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 @@ -53,4 +53,4 @@ jobs:
steps:
- shell: bash
run: |
[[ ${{ contains(needs.*.result, 'failure') }} -eq false ]] || exit 1
[[ ${{ contains(needs.*.result, 'failure') }} = false ]]

0 comments on commit 787fb9a

Please sign in to comment.