Skip to content

fix(remix): Skip redundant playwright install-deps in CI - #20858

Closed
nicohrubec wants to merge 1 commit into
developfrom
nh/fix-remix-ci-playwright-install
Closed

fix(remix): Skip redundant playwright install-deps in CI#20858
nicohrubec wants to merge 1 commit into
developfrom
nh/fix-remix-ci-playwright-install

Conversation

@nicohrubec

@nicohrubecnicohrubec commented May 13, 2026

Copy link
Copy Markdown
Member
  • CI test:integration:client:ci was running playwright install-deps for all browsers, even though the tests only run chromium (--project='chromium'). This was redundant with the install-playwright GH Action that already installs chromium deps.
  • test:integration:client:ci now runs playwright directly (deps already installed by GH Action)
  • test:integration:client (local dev) now scopes install-deps to chromium only

The CI job was timing out because `test:integration:client:ci` ran
`playwright install-deps` for all browsers, spending ~11 minutes
downloading webkit/firefox system deps that were never used (tests
only run chromium). The GH Action already installs chromium deps.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@nicohrubec
nicohrubec requested a review from a team as a code ownerMay 13, 2026 06:59
@nicohrubec
nicohrubec marked this pull request as draft May 13, 2026 07:00
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize% ChangeChange
@sentry/browser26.87 kB--
@sentry/browser - with treeshaking flags25.3 kB--
@sentry/browser (incl. Tracing)44.77 kB--
@sentry/browser (incl. Tracing + Span Streaming)46.74 kB--
@sentry/browser (incl. Tracing, Profiling)49.76 kB--
@sentry/browser (incl. Tracing, Replay)84.4 kB--
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags73.83 kB--
@sentry/browser (incl. Tracing, Replay with Canvas)89.1 kB--
@sentry/browser (incl. Tracing, Replay, Feedback)101.74 kB+0.01%+1 B 🔺
@sentry/browser (incl. Feedback)44.05 kB--
@sentry/browser (incl. sendFeedback)31.68 kB--
@sentry/browser (incl. FeedbackAsync)36.79 kB--
@sentry/browser (incl. Metrics)27.95 kB--
@sentry/browser (incl. Logs)28.1 kB--
@sentry/browser (incl. Metrics & Logs)28.78 kB--
@sentry/react28.62 kB-0.01%-2 B 🔽
@sentry/react (incl. Tracing)47.03 kB-0.01%-2 B 🔽
@sentry/vue31.79 kB--
@sentry/vue (incl. Tracing)46.64 kB--
@sentry/svelte26.89 kB--
CDN Bundle29.25 kB--
CDN Bundle (incl. Tracing)47.16 kB--
CDN Bundle (incl. Logs, Metrics)30.62 kB--
CDN Bundle (incl. Tracing, Logs, Metrics)48.28 kB--
CDN Bundle (incl. Replay, Logs, Metrics)69.96 kB--
CDN Bundle (incl. Tracing, Replay)84.54 kB+0.01%+1 B 🔺
CDN Bundle (incl. Tracing, Replay, Logs, Metrics)85.62 kB--
CDN Bundle (incl. Tracing, Replay, Feedback)90.36 kB--
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics)91.46 kB--
CDN Bundle - uncompressed86.03 kB--
CDN Bundle (incl. Tracing) - uncompressed141.48 kB--
CDN Bundle (incl. Logs, Metrics) - uncompressed90.22 kB--
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed144.94 kB--
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed215.05 kB--
CDN Bundle (incl. Tracing, Replay) - uncompressed260.19 kB--
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed263.64 kB--
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed273.89 kB--
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed277.33 kB--
@sentry/nextjs (client)49.55 kB-0.01%-1 B 🔽
@sentry/sveltekit (client)45.26 kB--
@sentry/node-core60.83 kB+0.02%+11 B 🔺
@sentry/node165.97 kB+0.01%+9 B 🔺
@sentry/node - without tracing73.95 kB+0.01%+5 B 🔺
@sentry/aws-serverless108.06 kB+0.01%+5 B 🔺
@sentry/cloudflare (withSentry) - minified170.63 kB--
@sentry/cloudflare (withSentry)430.41 kB--

View base workflow run

@mydea

Copy link
Copy Markdown
Member

Duplicate of #20824 which I just merged :D

@nicohrubec

Copy link
Copy Markdown
MemberAuthor

Right, forgot about that I even approved it 😅

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nicohrubec@mydea