We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6edbe1 commit 7cfed55Copy full SHA for 7cfed55
.github/workflows/tests.yml
@@ -55,9 +55,9 @@ jobs:
55
run: cd playground && yarn install --unsafe-perm
56
- name: Build playground
57
run: yarn playground:build
58
- - name: Run unit tests
59
- run: yarn test:unit
60
- - name: Run end-to-end tests
+ - name: Run Jest tests
+ run: yarn test:jest
+ - name: Run Cypress tests
61
uses: cypress-io/github-action@v6
62
with:
63
start: yarn playground:build-and-start
0 commit comments