Skip to content

Commit

Permalink
GHA: disable fail-fast matrix strategy (testcontainers#2591)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup authored and quincy committed May 28, 2020
1 parent 9f837a5 commit 7379966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -30,6 +30,7 @@ jobs:
check:
needs: find_gradle_jobs
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.find_gradle_jobs.outputs.matrix) }}
runs-on: ubuntu-18.04
steps:
Expand Down

0 comments on commit 7379966

Please sign in to comment.