From 3db712a90c3d0c1a857a59901525a2ca172fa7bc Mon Sep 17 00:00:00 2001 From: Mikalai Seva Date: Fri, 27 Oct 2023 21:29:00 +0200 Subject: [PATCH] adjust build jobs names --- .github/workflows/elixir.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 055c9f6..1adee46 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -22,7 +22,7 @@ jobs: otp: [24, 25, 26] elixir: [1.15] runs-on: ${{matrix.os}} - name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} (${{matrix.os}}) + name: test|OTP ${{matrix.otp}}|Elixir ${{matrix.elixir}}|${{matrix.os}} steps: - uses: actions/checkout@v4 with: @@ -61,7 +61,7 @@ jobs: otp: [26] elixir: [1.15] runs-on: ${{matrix.os}} - name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} (${{matrix.os}}) + name: lint|OTP ${{matrix.otp}}|Elixir ${{matrix.elixir}}|${{matrix.os}} steps: - uses: actions/checkout@v4 with: