We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5558e6e commit 7b50295Copy full SHA for 7b50295
.github/workflows/merge-queue-demo.yaml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
14
- name: Run Unit Test
15
- run: ./scripts/test.sh fail
+ run: ./scripts/test.sh
16
17
# Scenario: Job that only runs in the Merge Queue (e.g., expensive integration tests)
18
merge-queue-exclusive:
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Run Flaky Test
48
# Change 'pass' to 'flaky' to simulate flakiness
49
- run: ./scripts/test.sh flaky
+ run: ./scripts/test.sh pass
50
51
# Scenario: Semantic Conflict Simulation
52
# This job checks a version file. If two PRs change it incompatibly, this fails.
0 commit comments