mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-31 07:18:59 +02:00
ci: only install Chromium for Playwright Argos tests (#9264)
This commit is contained in:
parent
a145205848
commit
bc150d2c85
1 changed files with 1 additions and 1 deletions
2
.github/workflows/argos.yml
vendored
2
.github/workflows/argos.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue