Skip to content

Commit

Permalink
be less stringent with tests expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Feb 28, 2024
1 parent 549ff23 commit 5da8676
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ jobs:

confirm-pass:
runs-on: ubuntu-latest
needs: [test]
needs:
- changes
- test
if: always()
steps:
- name: All tests ok
Expand Down

0 comments on commit 5da8676

Please sign in to comment.