Skip to content

Commit

Permalink
XXX check that GCP runners are still working after secrets modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Twey committed Jan 8, 2024
1 parent 942d27f commit 5aeb072
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: gcp-small
steps:
- name: Fail loudly, VIII
- name: Fail loudly, IX
run: |
hostname
>&2 echo 'SMALL WORKFLOW INTENTIONALLY FAILING (VIII)'
>&2 echo 'SMALL WORKFLOW INTENTIONALLY FAILING (IX)'
exit 1
test-large:
runs-on: gcp-large
steps:
- name: Fail loudly, VIII
- name: Fail loudly, IX
run: |
hostname
>&2 echo 'LARGE WORKFLOW INTENTIONALLY FAILING (VIII)'
>&2 echo 'LARGE WORKFLOW INTENTIONALLY FAILING (IX)'
exit 1

0 comments on commit 5aeb072

Please sign in to comment.