mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-11 14:20:07 +08:00
chore: remove yarn version check in github actions
This commit is contained in:
parent
78d1fc6f20
commit
6ee28a1cf8
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -21,8 +21,6 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Check yarn cache integrity
|
||||
run: yarn install --immutable --immutable-cache --check-cache
|
||||
- name: Check yarn deferred versions have been applied
|
||||
run: yarn version check
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user