chore: optimise github actions

This commit is contained in:
SamTolmay 2020-12-10 12:30:35 +02:00
parent 04d63d844b
commit eef254b685
2 changed files with 0 additions and 5 deletions

View File

@ -15,9 +15,6 @@ jobs:
with:
node-version: '12.x'
- uses: actions/checkout@v2
with:
# needed for yarn version check, checks out entire repo
fetch-depth: 0
- name: Check yarn cache integrity
run: yarn install --immutable --immutable-cache --check-cache
- name: Build packages

View File

@ -12,8 +12,6 @@ jobs:
with:
node-version: '12.x'
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check yarn cache integrity
run: yarn install --immutable --immutable-cache
- name: Build packages