fix(ci): fix changed since develop github action

This commit is contained in:
Sam Tolmay 2020-11-20 15:04:55 +02:00
parent 33019c4a1e
commit f2cb74ba0c
2 changed files with 2 additions and 1 deletions

View File

@ -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'

View File

@ -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": {