fix: deduplicate playwright install in CI #1345

Merged
perplexity merged 1 commits from perplexity/fix-ci-playwright-dupe into main 2026-04-13 01:35:55 +00:00
Member

Removes the duplicate playwright install --with-deps chromium line in the CI workflow.

Before: the command ran twice in sequence (wasting ~30s of CI time per run).
After: runs once.

Net: -1 line.

Removes the duplicate `playwright install --with-deps chromium` line in the CI workflow. Before: the command ran twice in sequence (wasting ~30s of CI time per run). After: runs once. Net: -1 line.
perplexity added 1 commit 2026-04-13 01:34:11 +00:00
fix: deduplicate playwright install in CI
Some checks failed
CI / test (pull_request) Failing after 19s
CI / validate (pull_request) Failing after 18s
Review Approval Gate / verify-review (pull_request) Failing after 4s
6c02baeeca
perplexity merged commit ff430d5aa0 into main 2026-04-13 01:35:55 +00:00
perplexity deleted branch perplexity/fix-ci-playwright-dupe 2026-04-13 01:35:56 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#1345