Skip to content

Commit

Permalink
Fix CI job name
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoefmoraes committed Sep 12, 2024
1 parent ee99c8e commit 7209745
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 (matrix.blend != '' && 'Blend ${{matrix.blend}} | Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}}' || 'Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}}')
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 7209745

Please sign in to comment.