ci: cache dialyzer PLTs

This commit is contained in:
Thales Macedo Garitezi 2022-08-26 14:34:56 -03:00
parent 977ac04d24
commit 64704c3e13
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ jobs:
fi fi
- name: fix-git-unsafe-repository - name: fix-git-unsafe-repository
run: git config --global --add safe.directory /__w/emqx/emqx run: git config --global --add safe.directory /__w/emqx/emqx
- uses: actions/cache@v2
with:
# dialyzer PLTs
path: ~/.cache/rebar3/
key: dialyer-${{ matrix.erl_otp }}
- name: make xref - name: make xref
run: make xref run: make xref
- name: make dialyzer - name: make dialyzer