Skip to content

Commit

Permalink
Continue test execution if a single job fails
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasyTeddy committed Jun 18, 2023
1 parent a889c60 commit ffb9abe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: Scripts
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- test_script: collection
Expand All @@ -33,6 +34,7 @@ jobs:
name: Playbooks
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- playbook: deployments.yml
Expand Down

0 comments on commit ffb9abe

Please sign in to comment.