Skip to content

Commit 4a2bdff

Browse files
Update test script to run without flakiness
Changed test script execution from 'flaky' to 'pass'.
1 parent 32a7e1b commit 4a2bdff

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)