File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments