Skip to content

Commit

Permalink
Setting fail-fast to false in the Specflow workflow's strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Dec 7, 2024
1 parent 53f3a19 commit 5c57a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/specflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
branch: [dev, 1.10.x]
fail-fast: false

steps:
- name: Clone repository
Expand Down

0 comments on commit 5c57a30

Please sign in to comment.