Skip to content

Commit 24b0088

Browse files
authored
Merge pull request #18 from kata-containers/sprt/workflow-fail-fast
workflow: Use bash to fail fast
2 parents 9b993f0 + 983aaf8 commit 24b0088

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/fetch-ci-nightly-data.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Update dashboard data
16+
# Use bash to fail fast:
17+
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell
18+
shell: bash
1619
run: |
1720
# fetch ci nightly data as temporary file
1821
node scripts/fetch-ci-nightly-data.js | tee tmp-data.json

0 commit comments

Comments
 (0)