chore(github actions): update yarn checks

Remove --check-cache since we are not accepting from outsid collaboraters
This commit is contained in:
Sam Tolmay 2020-10-07 14:47:55 +02:00
parent f121e43671
commit debccc22d3

View File

@ -17,7 +17,7 @@ jobs:
node-version: '12.x'
- uses: actions/checkout@v2
- name: Check yarn cache integrity
run: yarn install --check-cache
run: yarn install --immutable --immutable-cache
- name: Build packages
run: yarn build
- name: Test packages