From 91f47e92eddf6cebb4c3e050274362630186a81a Mon Sep 17 00:00:00 2001 From: shibao Date: Thu, 17 Feb 2022 23:15:08 -0500 Subject: [PATCH] cache dialyzer directories --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index b378d7c..0c1498e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,12 +6,14 @@ cache: mount: - _build - deps + - ~/.cache/dialyzer/plts/ steps: - name: test image: bitwalker/alpine-elixir-phoenix:1.13 environment: TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test + HOST: testing.example.tld commands: - mix local.rebar --force - mix local.hex --force