Skip to content

Commit

Permalink
Add priv/plts directory if not existing
Browse files Browse the repository at this point in the history
dialyxir fails when core directory does not exist.
see jeremyjh/dialyxir#398
and it's PR jeremyjh/dialyxir#399

Signed-off-by: Mattia <mattia.pavinati@secomind.com>
  • Loading branch information
Pavinati committed Mar 17, 2022
1 parent 0a3c576 commit 3f42ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Create PLTs
working-directory: ./backend
if: steps.plt_cache.outputs.cache-hit != 'true'
run: mix dialyzer --plt
run: mkdir -p priv/plts && mix dialyzer --plt

- name: Run dialyzer
working-directory: ./backend
Expand Down

0 comments on commit 3f42ba7

Please sign in to comment.