Skip to content

Commit ffb9abe

Browse files
committed
Continue test execution if a single job fails
1 parent a889c60 commit ffb9abe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
name: Scripts
1414
runs-on: ubuntu-latest
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
include:
1819
- test_script: collection
@@ -33,6 +34,7 @@ jobs:
3334
name: Playbooks
3435
runs-on: ubuntu-latest
3536
strategy:
37+
fail-fast: false
3638
matrix:
3739
include:
3840
- playbook: deployments.yml

0 commit comments

Comments
 (0)