We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f9fb6 commit 35c524eCopy full SHA for 35c524e
.github/workflows/code-qa-js.yaml
@@ -56,6 +56,6 @@ jobs:
56
run: npm run eslint:check
57
58
- name: Unit tests - jest
59
- run: npm test:jest
+ run: npm run test:jest
60
- name: E2E tests - Playwright
61
run: npm run test:playwright:headless
0 commit comments