Skip to content

Commit f75c699

Browse files
committed
refactor: fix flaky release script by not running flaky Cypress tests
they are running on pull requests anyway
1 parent 24803f7 commit f75c699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up project.
2121
run: npm run bootstrap
2222
- name: Run tests.
23-
run: USE_REACT_STRICT_MODE=0 npm run test && npm run test:vitest && npm run cy:component
23+
run: USE_REACT_STRICT_MODE=0 npm run test && npm run test:vitest
2424
- name: Release to NPM
2525
env:
2626
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)