Skip to content

Commit

Permalink
Fix CI job name 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoefmoraes committed Sep 12, 2024
1 parent c90da23 commit 54620cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
mix_test:
name: mix test (${{matrix.blend != '' && 'Blend ${{matrix.blend}} | Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}}' || 'Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}}'}})
name: mix test (${{format(matrix.blend != '' && 'Blend {0} | Elixir {1} | Erlang/OTP {1}' || 'Elixir {1} | Erlang/OTP {2}', matrix.blend, matrix.elixir, matrix.otp)}})
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 54620cd

Please sign in to comment.