Remove build cache from Phoenix
Validate Data / validate-data (push) Has been cancelled

This commit is contained in:
Jonathan Clem
2020-07-14 15:44:51 -04:00
parent c79b395ae3
commit 193749b5aa
-6
View File
@@ -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