This commit is contained in:
@@ -40,12 +40,6 @@ jobs:
|
|||||||
path: deps
|
path: deps
|
||||||
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
|
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
|
||||||
restore-keys: ${{ runner.os }}-mix-
|
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
|
- name: Install dependencies
|
||||||
run: mix deps.get
|
run: mix deps.get
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user