Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Jun 21, 2024
1 parent dd56eb4 commit 80f1a92
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
run: exit 0
continue-on-error: true
- id: step2
run: exit 0
continue-on-error: true
- if: contains(steps.*.outcome, 'failure')
run: exit 1
continue-on-error: true
- name: 'Fail this job if any step has failed'
if: contains(steps.*.outcome, 'failure')
run: |
echo "::error ::${{ toJson(steps) }}"
exit 1

0 comments on commit 80f1a92

Please sign in to comment.