Skip to content

Commit a05ed76

Browse files
Change test script to simulate failure (#6)
1 parent 04b4919 commit a05ed76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-queue-demo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323
- name: Run Expensive Test
24-
run: ./scripts/test.sh sleep 5
24+
run: ./scripts/test.sh fail
2525

2626
# Scenario: Job that only runs on PRs (e.g., quick linting, or checks not needed for merge)
2727
pr-exclusive:

0 commit comments

Comments
 (0)