Continue all jobs when one failed

It's nice to see the whole result to then work on all failures,
especially when there are flaky specs.
This commit is contained in:
Maikel Linke
2021-06-18 17:31:57 +10:00
parent 9ccb744ef3
commit 61333a958e

View File

@@ -42,6 +42,7 @@ jobs:
- "spec/serializers"
- "spec/system"
- "engines/*/spec"
fail-fast: false
steps:
- uses: actions/checkout@v2