Skip to content

Commit 3f2ab55

Browse files
committed
TO-DROP: do not stop testing just because one job failed
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2dec256 commit 3f2ab55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-ci-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
matrix:
1818
# 0..16 permuted according to the matrix builds' timings as of git/git@9fadedd63
1919
nr: [9, 6, 13, 0, 8, 5, 2, 16, 15, 11, 10, 1, 7, 3, 14, 12, 4]
20+
fail-fast: false
2021
steps:
2122
- name: download minimal-sdk artifact
2223
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)