Skip to content

Commit

Permalink
Use strategy fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Mar 30, 2024
1 parent 7a64bae commit e186b04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/features-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
jobs:
test-autogenerated:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: false
matrix:
features:
- ansible
Expand All @@ -29,8 +29,8 @@ jobs:

test-scenarios:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: false
matrix:
features:
- ansible
Expand All @@ -46,7 +46,6 @@ jobs:

test-global:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit e186b04

Please sign in to comment.