Skip to content

Commit d1bf712

Browse files
Change test script to run with 'fail' argument (#2)
1 parent cc91e40 commit d1bf712

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
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1515
- name: Run Unit Test
16-
run: ./scripts/test.sh
16+
run: ./scripts/test.sh fail
1717

1818
# Scenario: Job that only runs in the Merge Queue (e.g., expensive integration tests)
1919
merge-queue-exclusive:

0 commit comments

Comments
 (0)