fix: Integration pipeline
parent
bd96ab2ec4
commit
a5547f1e78
|
@ -41,6 +41,8 @@ jobs:
|
||||||
run: yarn --frozen-lockfile --unsafe-perm
|
run: yarn --frozen-lockfile --unsafe-perm
|
||||||
- name: Install dependencies playground
|
- name: Install dependencies playground
|
||||||
run: yarn playground:install --frozen-lockfile --unsafe-perm
|
run: yarn playground:install --frozen-lockfile --unsafe-perm
|
||||||
|
- name: Build playground
|
||||||
|
run: yarn playground:build
|
||||||
- name: Run test
|
- name: Run test
|
||||||
run: yarn run -s test:integration
|
run: yarn run -s test:integration
|
||||||
# unit:
|
# unit:
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
"test:integration": "cd playground && jest --verbose",
|
"test:integration": "cd playground && jest --verbose",
|
||||||
"plugin:install": "yarn install && rm -rf node_modules/@strapi/helper-plugin",
|
"plugin:install": "yarn install && rm -rf node_modules/@strapi/helper-plugin",
|
||||||
"playground:install": "cd playground && yarn install",
|
"playground:install": "cd playground && yarn install",
|
||||||
|
"playground:build": "cd playground && yarn build --clean",
|
||||||
"playground:develop": "cd playground && yarn develop"
|
"playground:develop": "cd playground && yarn develop"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue