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
Copy link
Copy Markdown
Member

@nicohrubec nicohrubec commented May 13, 2026

  • 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 owner May 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 📦

Path Size % Change Change
@sentry/browser 26.87 kB - -
@sentry/browser - with treeshaking flags 25.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 flags 73.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/react 28.62 kB -0.01% -2 B 🔽
@sentry/react (incl. Tracing) 47.03 kB -0.01% -2 B 🔽
@sentry/vue 31.79 kB - -
@sentry/vue (incl. Tracing) 46.64 kB - -
@sentry/svelte 26.89 kB - -
CDN Bundle 29.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 - uncompressed 86.03 kB - -
CDN Bundle (incl. Tracing) - uncompressed 141.48 kB - -
CDN Bundle (incl. Logs, Metrics) - uncompressed 90.22 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 144.94 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 215.05 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 260.19 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 263.64 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 273.89 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 277.33 kB - -
@sentry/nextjs (client) 49.55 kB -0.01% -1 B 🔽
@sentry/sveltekit (client) 45.26 kB - -
@sentry/node-core 60.83 kB +0.02% +11 B 🔺
@sentry/node 165.97 kB +0.01% +9 B 🔺
@sentry/node - without tracing 73.95 kB +0.01% +5 B 🔺
@sentry/aws-serverless 108.06 kB +0.01% +5 B 🔺
@sentry/cloudflare (withSentry) - minified 170.63 kB - -
@sentry/cloudflare (withSentry) 430.41 kB - -

View base workflow run

@mydea
Copy link
Copy Markdown
Member

mydea commented May 13, 2026

Duplicate of #20824 which I just merged :D

@nicohrubec nicohrubec closed this May 13, 2026
@nicohrubec
Copy link
Copy Markdown
Member Author

Right, forgot about that I even approved it 😅

Sign up for free to 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