chore(CI): cache the Dialyzer PLT
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-09-21 18:46:48 +12:00
parent c2f3c8da93
commit 3b38063038
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -69,6 +69,7 @@ steps:
- mix local.rebar --if-missing --force
- mix deps.get
- mix deps.compile
- mix dialyzer --plt
- name: store ASDF cache
image: meltwater/drone-cache