We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4caa2f commit 80e5053Copy full SHA for 80e5053
.github/workflows/tests.yml
@@ -55,12 +55,11 @@ jobs:
55
run: cd playground && yarn install --unsafe-perm
56
- name: Build playground
57
run: yarn playground:build
58
- - name: Run Jest tests
59
- run: yarn test:jest
+ # - name: Run Jest tests
+ # run: yarn test:jest
60
- name: Run Cypress tests
61
uses: cypress-io/github-action@v6
62
with:
63
- build: yarn playground:build && yarn playground:yalc-add && yarn playground:install
64
start: yarn playground:start
65
- uses: actions/upload-artifact@v4
66
if: failure()
0 commit comments