ci: cache dialyzer PLTs
This commit is contained in:
parent
977ac04d24
commit
64704c3e13
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue