mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
ci: only install Chromium for Playwright Argos tests (#9264)
This commit is contained in:
parent
a145205848
commit
bc150d2c85
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Install Playwright browsers
|
||||
run: npx playwright install --with-deps
|
||||
run: npx playwright install --with-deps chromium
|
||||
|
||||
- name: Build website fast
|
||||
run: yarn build:website:fast
|
||||
|
|
|
|||
Loading…
Reference in New Issue