Skip to content

Commit

Permalink
do not fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Oct 24, 2023
1 parent 0363a2c commit 4c482fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
run:
shell: bash
strategy:
fail-fast: false
matrix:
os:
- ubuntu
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
|| github.event.pull_request.head.repo.full_name == github.repository
)
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.prepare-deliveries.outputs.matrix) }}
max-parallel: 1
steps:
Expand Down

0 comments on commit 4c482fe

Please sign in to comment.