Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov authored Nov 19, 2024
1 parent 46eb453 commit f30c31e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ defaults:
jobs:
test-fail:
runs-on: ubuntu-latest
strategy:
matrix:
state: [lfc, nolfc]
steps:
- name: Failure
run: exit 1
run: ${state} == "lfc" && exit 1 || exit 0
conclusion:
if: always()
needs: test-fail
Expand Down

0 comments on commit f30c31e

Please sign in to comment.