scrap layer caching

This commit is contained in:
byte[] 2021-09-12 18:50:42 -04:00
parent f66b5599fa
commit 758c306036

View file

@ -16,9 +16,7 @@ jobs:
key: ${{ runner.os }}-build-deps-${{ hashFiles('mix.lock') }}
- run: docker-compose pull
- uses: satackey/action-docker-layer-caching@v0.0.8
continue-on-error: true
- run: docker-compose build
- name: Build and test
run: docker-compose run app run-test
@ -27,8 +25,3 @@ jobs:
run: |
docker-compose run app mix sobelow --config
docker-compose run app mix deps.audit
- name: Fix permissions
run: |
sudo chown -R $(whoami):$(id -ng) deps
sudo chown -R $(whoami):$(id -ng) _build