Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 008b595

Browse files
committed
ci: Disable fail-fast for matrix jobs (#43)
1 parent ad26aca commit 008b595

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
matrix:
6060
provider:
6161
- Docker
62+
fail-fast: false
6263
uses: ./.github/workflows/e2e.yml
6364
with:
6465
provider: ${{ matrix.provider }}
@@ -72,6 +73,7 @@ jobs:
7273
strategy:
7374
matrix:
7475
module: [api, common, .]
76+
fail-fast: false
7577
steps:
7678
- name: Check out code
7779
uses: actions/checkout@v4

0 commit comments

Comments
 (0)