Fix Dialyzer step in GitHub Actions workflow

This commit is contained in:
Marcel Otto 2020-10-09 22:43:44 +02:00
parent e7ad3231a8
commit 2fbf57a172

View file

@ -67,7 +67,7 @@ jobs:
id: plt-cache
with:
path: priv/plts
key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-plts-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
key: ${{ runner.os }}-${{ matrix.pair.erlang }}-${{ matrix.pair.elixir }}-plts-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
- name: Create PLTs
if: steps.plt-cache.outputs.cache-hit != 'true'
@ -76,4 +76,4 @@ jobs:
mix dialyzer --plt
- name: Run dialyzer
run: mix dialyzer --no-check --halt-exit-status
run: mix dialyzer --no-check