Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
35337
e88eeb7c chore(repo): remove unused Chrome install from main-linux CI The main-linux orchestrator doesn't run any Karma, Puppeteer, or browser-driven tasks locally. Browser tests run on Nx agents, which install Playwright (bundled Chromium) themselves. This step was copy-pasted from the CircleCI config during the GHA migration (5b9d43f) without evaluating whether the orchestrator needed it.
by Steven Nance
S
Canceled
35337
8c93e2a1 chore(repo): remove unused system deps and playwright install from main-linux CI The main-linux orchestrator job doesn't execute any browser tests or tasks that need the apt packages -- all e2e/e2e-ci tasks are distributed to Nx agents (see .nx/workflows/dynamic-changesets.yaml), and the agents install Playwright and system deps in their own init-steps (.nx/workflows/agents.yaml). The removed steps were copy-pasted from agents.yaml during the CircleCI to GHA migration (5b9d43f) without evaluating whether the orchestrator actually needed them: - lsof: only used by kill-port in e2e tests, which run on agents - libvips-dev/libglib2.0-dev/libgirepository1.0-dev: only needed if sharp compiles from source; sharp ships prebuilt binaries for linux-x64, and it's only reached via astro-docs builds (which run on agents) - ca-certificates: already present on ubuntu-latest - playwright install --with-deps: only needed by browser tests, which run on agents
by Steven Nance
S
Previous page
Previous
Next
Next page