[ci] Only install chromium for flight fixtures (#32275)

I noticed we only use chromium in fixtures/flight, so let's specifically
only install that browser in ci.
This commit is contained in:
lauren 2025-01-30 14:13:45 -05:00 committed by GitHub
parent 4b3728f05e
commit 55b54b0d63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -476,9 +476,7 @@ jobs:
fi
- name: Playwright install deps
working-directory: fixtures/flight
run: |
npx playwright install
sudo npx playwright install-deps
run: npx playwright install --with-deps chromium
- name: Run tests
working-directory: fixtures/flight
run: yarn test