make sure yarn gets run in qa-core
This commit is contained in:
parent
c3f15b5af2
commit
32be537023
|
@ -60,4 +60,7 @@ jobs:
|
||||||
# install: false
|
# install: false
|
||||||
# command: yarn test:e2e:ci
|
# command: yarn test:e2e:ci
|
||||||
|
|
||||||
- run: yarn test:api:ci
|
- run: |
|
||||||
|
cd qa-core
|
||||||
|
yarn
|
||||||
|
yarn api:test:ci
|
|
@ -52,8 +52,6 @@
|
||||||
"test:e2e:ci": "lerna run cy:ci --stream",
|
"test:e2e:ci": "lerna run cy:ci --stream",
|
||||||
"test:e2e:ci:record": "lerna run cy:ci:record --stream",
|
"test:e2e:ci:record": "lerna run cy:ci:record --stream",
|
||||||
"test:e2e:ci:notify": "lerna run cy:ci:notify",
|
"test:e2e:ci:notify": "lerna run cy:ci:notify",
|
||||||
"test:api:ci": "npm --prefix ./qa-core run api:test:ci",
|
|
||||||
"test:api": "npm --prefix ./qa-core run api:test",
|
|
||||||
"build:specs": "lerna run specs",
|
"build:specs": "lerna run specs",
|
||||||
"build:docker": "lerna run build:docker && npm run build:docker:proxy:compose && cd hosting/scripts/linux/ && ./release-to-docker-hub.sh $BUDIBASE_RELEASE_VERSION && cd -",
|
"build:docker": "lerna run build:docker && npm run build:docker:proxy:compose && cd hosting/scripts/linux/ && ./release-to-docker-hub.sh $BUDIBASE_RELEASE_VERSION && cd -",
|
||||||
"build:docker:pre": "lerna run build && lerna run predocker",
|
"build:docker:pre": "lerna run build && lerna run predocker",
|
||||||
|
|
Loading…
Reference in New Issue