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:
Benedek Farkas 2024-12-07 11:10:35 +01:00
parent 53f3a19ece
commit 5c57a30907

View File

@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
branch: [dev, 1.10.x]
fail-fast: false
steps:
- name: Clone repository