Skip to content

Commit

Permalink
chore(ci): Skip downloading Playwright browsers in Turborepo CI. (#8733)
Browse files Browse the repository at this point in the history
### Description

Playwright is only used on the Turbopack side, so we can skip
downloading its browsers when we're about to run Turborepo's CI.

### Testing Instructions

CI
  • Loading branch information
anthonyshew authored Jul 12, 2024
1 parent 2506cad commit fe1bb90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-turborepo-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ runs:
with:
extra-flags: --no-optional
node-version: ${{ inputs.node-version }}
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1

- name: "Setup Rust"
uses: ./.github/actions/setup-rust
Expand Down

0 comments on commit fe1bb90

Please sign in to comment.