Skip to content

Commit 5d2f8b6

Browse files
committed
chore: Update test command in CI
1 parent ae0d5b1 commit 5d2f8b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build playground
4747
run: yarn playground:build
4848
- name: Run test
49-
run: cd playground && jest --verbose
49+
run: yarn run -s test:integration
5050
- name: Upload coverage to Codecov
5151
uses: codecov/codecov-action@v2
5252
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'",
1818
"eslint:fix": "eslint --fix './**/*.{js,jsx}'",
1919
"test:unit": "jest --verbose",
20-
"test:integration": "cd playground && jest --verbose",
20+
"test:integration": "cd playground && node_modules/.bin/jest --verbose",
2121
"plugin:install": "yarn install && rm -rf node_modules/@strapi/helper-plugin",
2222
"playground:install": "cd playground && yarn install",
2323
"playground:build": "cd playground && yarn build",

0 commit comments

Comments
 (0)