Skip to content

Commit 2791c11

Browse files
committed
Disable failfast for docker builds
1 parent 2434dfb commit 2791c11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/compilation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [[alpine, bash], [fedora, bash]]
16+
fail-fast: false
1617
steps:
1718
- name: Install dependencies Alpine
1819
if: matrix.os[0] == 'alpine'

0 commit comments

Comments
 (0)