Skip to content

Commit db2b8dc

Browse files
committed
Do not fail fast in GitHub actions
This allows all successful tests to pass and reduces the time required to test PRs that fail due to temporary issues
1 parent 6c81756 commit db2b8dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
name: Molecule
1818
runs-on: ubuntu-20.04
1919
strategy:
20+
fail-fast: false
2021
matrix:
2122
scenario:
2223
- default

0 commit comments

Comments
 (0)