fix: Integration pipeline

pull/32/head
Boaz Poolman 2021-12-30 15:36:00 +01:00
parent bd96ab2ec4
commit a5547f1e78
2 changed files with 3 additions and 0 deletions

View File

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

View File

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