1
0
Fork 0
mirror of synced 2024-06-25 01:20:55 +12:00

make sure yarn gets run in qa-core

This commit is contained in:
Martin McKeaveney 2022-09-06 09:08:49 +01:00
parent 2a6c9cd6c5
commit 10387a3061
2 changed files with 4 additions and 3 deletions

View file

@ -60,4 +60,7 @@ jobs:
# install: false
# command: yarn test:e2e:ci
- run: yarn test:api:ci
- run: |
cd qa-core
yarn
yarn api:test:ci

View file

@ -52,8 +52,6 @@
"test:e2e:ci": "lerna run cy:ci --stream",
"test:e2e:ci:record": "lerna run cy:ci:record --stream",
"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: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",