Skip to content

Commit

Permalink
Don't fail fast, allow for re-runs that will likely succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
ls-todd-lunter committed Jul 8, 2024
1 parent b6d8e81 commit 4ef8ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
docker_version:
- ':26.'
- ':27.'
fail-fast: true
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- 2.6
- 2.5
- 2.4
fail-fast: true
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 4ef8ff6

Please sign in to comment.