mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-13 14:56:54 +08:00
chore(github actions): update yarn checks
Remove --check-cache since we are not accepting from outsid collaboraters
This commit is contained in:
parent
f121e43671
commit
debccc22d3
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user