Skip to content

Commit

Permalink
update CI task names with dep versions and fix dialyzer cache
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Nov 3, 2023
1 parent 2f49595 commit 017d42f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
test:
name: test (OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}})
name: "test: OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}} | Phoenix ${{matrix.phoenix-version}} | LiveView ${{matrix.phoenix-live-view-version}}"

strategy:
matrix:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- run: mix test

quality:
name: quality (OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}})
name: "quality: OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}} | Phoenix ${{matrix.phoenix-version}} | LiveView ${{matrix.phoenix-live-view-version}}"

strategy:
matrix:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
id: cache-plt
with:
path: priv/plts
key: dialyzer-${{ env.MIX_ENV }}-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('**/mix.lock') }}
key: dialyzer-${{ env.MIX_ENV }}-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-${{ matrix.phoenix-version }}-${{ matrix.phoenix-live-view-version }}-${{ hashFiles('**/mix.lock') }}
restore-keys: |
dialyzer-${{ env.MIX_ENV }}-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-
Expand Down

0 comments on commit 017d42f

Please sign in to comment.