Skip to content

Commit

Permalink
chore(ci): fix missing steps in test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Jan 10, 2025
1 parent c2720e9 commit 293354f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
- pact-verify
- bundle-audit

steps:
- name: Failed
run: exit 1
if: >-
contains(needs.*.result, 'failure')
|| contains(needs.*.result, 'cancelled')
|| contains(needs.*.result, 'skipped')
sqlite:
runs-on: "ubuntu-latest"
strategy:
Expand Down

0 comments on commit 293354f

Please sign in to comment.