mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
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:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -42,6 +42,7 @@ jobs:
|
||||
- "spec/serializers"
|
||||
- "spec/system"
|
||||
- "engines/*/spec"
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user