Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5fb84bb

Browse filesBrowse files
committed
ci: skip cypress component testing for now
I really should have made CI changes into a PR in the first place...
1 parent db2401c commit 5fb84bb
Copy full SHA for 5fb84bb

File tree

1 file changed

+7
-4
lines changed
Filter options

1 file changed

+7
-4
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+7-4Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,12 @@ jobs:
170170
# bare templates can't pass e2e tests because their page structures don't match the example tests
171171
run: pnpm --filter '*${{ matrix.e2e-framework }}*' --filter '!*bare*' --workspace-concurrency 1 test:e2e
172172

173-
- name: Cypress component testing for projects without Vitest
174-
working-directory: ./playground
175-
if: ${{ contains(matrix.e2e-framework, 'cypress') }}
176-
run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit --browser chrome
173+
# FIXME: Component testing is failing in CI after running too many tests.
174+
# The workaround in https://github.com/cypress-io/cypress/issues/22208 is not working.
175+
# But it seems not affecting real-world projects.
176+
# - name: Cypress component testing for projects without Vitest
177+
# working-directory: ./playground
178+
# if: ${{ contains(matrix.e2e-framework, 'cypress') }}
179+
# run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit
177180

178181
# FIXME: `--with-tests` folders. It's failing now.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.