Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deactivate GitHub Actions fast failure strategy
Browse files Browse the repository at this point in the history
mneudert committed Nov 17, 2023
1 parent f4eb0c0 commit 614ac38
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-v1.7.yaml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-22.04

strategy:
fail-fast: false
matrix:
include:
- elixir: '1.15.7'
1 change: 1 addition & 0 deletions .github/workflows/test-v1.8.yaml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ jobs:
runs-on: ${{ matrix.runs-on }}

strategy:
fail-fast: false
matrix:
include:
- elixir: '1.9.4'
1 change: 1 addition & 0 deletions .github/workflows/test-v2.x.yaml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ jobs:
runs-on: ${{ matrix.runs-on }}

strategy:
fail-fast: false
matrix:
include:
- elixir: '1.9.4'

0 comments on commit 614ac38

Please sign in to comment.