Fix Dialyzer step in GitHub Actions workflow
This commit is contained in:
parent
e7ad3231a8
commit
2fbf57a172
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue