Skip to content

Commit

Permalink
fixup! ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Jun 21, 2024
1 parent 80f1a92 commit 154bdb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,4 @@ jobs:
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
run: exit 1

0 comments on commit 154bdb8

Please sign in to comment.