Skip to content

Commit

Permalink
Deactivate GitHub Actions fast failure strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Nov 17, 2023
1 parent f4eb0c0 commit 614ac38
Show file tree
Hide file tree
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
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-22.04

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

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

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

0 comments on commit 614ac38

Please sign in to comment.