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