Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmost committed Sep 11, 2024
1 parent f700ee3 commit 47a0abf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ jobs:
target-dir: samples_bad
continue-on-error: true
- name: Check that validation did not succeed
if: job.steps.test_failure.outcome != 'failure'
run: exit 1
- name: Succeed if validation failed
if: job.steps.test_failure.outcome == 'failure'
if: job.steps.test_failure.status == failure()
run: exit 0

0 comments on commit 47a0abf

Please sign in to comment.