From 193749b5aa56617678557b9a73e1538bacd76fc1 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Tue, 14 Jul 2020 15:44:51 -0400 Subject: [PATCH] Remove build cache from Phoenix --- ci/phoenix.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ci/phoenix.yml b/ci/phoenix.yml index 7403b60..b3ef9ab 100644 --- a/ci/phoenix.yml +++ b/ci/phoenix.yml @@ -40,12 +40,6 @@ jobs: path: deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }} restore-keys: ${{ runner.os }}-mix- - - name: Restore build cache - uses: actions/cache@v2 - with: - path: deps - key: ${{ runner.os }}-build-${{ hashFiles('**/mix.lock') }} - restore-keys: ${{ runner.os }}-build- - name: Install dependencies run: mix deps.get - name: Run tests