Skip to content

Commit

Permalink
adjust build jobs names
Browse files Browse the repository at this point in the history
  • Loading branch information
asakura committed Oct 27, 2023
1 parent 57d7e7c commit 3db712a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3db712a

Please sign in to comment.