From 72097457e0d9bf38b43fe5c473d09371a89da19c Mon Sep 17 00:00:00 2001 From: Tiago Moraes Date: Thu, 12 Sep 2024 11:33:43 -0300 Subject: [PATCH] Fix CI job name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91796f2..76a4be4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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