chore(yarn): check yarn cache integrity on pull requests

This commit is contained in:
Sam Tolmay 2020-10-23 10:25:24 +02:00
parent 0f1bd9c517
commit b8c09f5016

View File

@ -17,7 +17,7 @@ jobs:
node-version: '12.x'
- uses: actions/checkout@v2
- name: Check yarn cache integrity
run: yarn install --immutable --immutable-cache
run: yarn install --immutable --immutable-cache --check-cache
- name: Build packages
run: yarn build
# format tests don't pass on node 12 since icu is missing and tests don't work with locals