Skip to content

Commit 8c88e90

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

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
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4747
- name: Run Flaky Test
4848
# Change 'pass' to 'flaky' to simulate flakiness
49-
run: ./scripts/test.sh flaky
49+
run: ./scripts/test.sh pass
5050

5151
# Scenario: Semantic Conflict Simulation
5252
# This job checks a version file. If two PRs change it incompatibly, this fails.

0 commit comments

Comments
 (0)