fix: deduplicate playwright install in CI #1345
Reference in New Issue
Block a user
Delete Branch "perplexity/fix-ci-playwright-dupe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removes the duplicate
playwright install --with-deps chromiumline in the CI workflow.Before: the command ran twice in sequence (wasting ~30s of CI time per run).
After: runs once.
Net: -1 line.