Skip to content

Commit c4f9eda

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 c4f9eda

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
@@ -18,6 +18,7 @@ jobs:
1818
runs-on: ubuntu-20.04
1919
strategy:
2020
matrix:
21+
fail-fast: false
2122
scenario:
2223
- default
2324
- downgrade

0 commit comments

Comments
 (0)