Skip to content

Commit

Permalink
XXX XI
Browse files Browse the repository at this point in the history
  • Loading branch information
Twey committed Jan 8, 2024
1 parent 0ba21ba commit 55da7eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
test-small:
runs-on: arc-runner-set-small
steps:
- name: Fail loudly, X
- name: Fail loudly, XI
run: |
hostname
>&2 echo 'SMALL WORKFLOW INTENTIONALLY FAILING (X)'
>&2 echo 'SMALL WORKFLOW INTENTIONALLY FAILING (XI)'
exit 1
test-large:
runs-on: arc-runner-set-large
steps:
- name: Fail loudly, X
- name: Fail loudly, XI
run: |
hostname
>&2 echo 'LARGE WORKFLOW INTENTIONALLY FAILING (X)'
>&2 echo 'LARGE WORKFLOW INTENTIONALLY FAILING (XI)'
exit 1

0 comments on commit 55da7eb

Please sign in to comment.