Skip to content

Commit

Permalink
Set fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNeck committed Jan 2, 2025
1 parent ce4af7a commit a7833d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gha/default.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule GitHubActions.Default do
OTP #{~e[matrix.otp]})\
""",
runs_on: Config.get([os, :runs_on]),
strategy: [matrix: matrix()],
strategy: [fail_fast: false, matrix: matrix()],
steps: [
checkout(),
setup_elixir(os),
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: Test on Ubuntu (Elixir ${{ matrix.elixir }}, OTP ${{ matrix.otp }})
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
elixir:
- '1.13.4'
Expand Down

0 comments on commit a7833d9

Please sign in to comment.