mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 10:56:56 +08:00
Setting fail-fast to false in the Specflow workflow's strategy
https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
This commit is contained in:
parent
53f3a19ece
commit
5c57a30907
1
.github/workflows/specflow.yml
vendored
1
.github/workflows/specflow.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
branch: [dev, 1.10.x]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
|
Loading…
Reference in New Issue
Block a user