mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-11 14:20:07 +08:00
fix(ci): fix changed since develop github action
This commit is contained in:
parent
33019c4a1e
commit
f2cb74ba0c
2
.github/workflows/test-pulls.yml
vendored
2
.github/workflows/test-pulls.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
# Make tests fail faster
|
||||
- name: Test changes since develop
|
||||
run: yarn test --ignore='@lowdefy/format' --changedSince=develop
|
||||
run: yarn test:since-develop
|
||||
# format tests don't pass on node 12 since icu is missing and tests don't work with locales
|
||||
- name: Test packages
|
||||
run: yarn test --ignore='@lowdefy/format'
|
||||
|
@ -31,6 +31,7 @@
|
||||
"prepare": "lerna run prepare",
|
||||
"prettier": "prettier --config .prettierrc --write **/*.js",
|
||||
"test": "lerna run test",
|
||||
"test:since-develop": "lerna run test --ignore='@lowdefy/format' -- --changedSince=develop",
|
||||
"test:ci": "yarn install --immutable --immutable-cache --check-cache && yarn build && yarn test --ignore='@lowdefy/format'"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user