ci: only install Chromium for Playwright Argos tests (#9264)

This commit is contained in:
Max Schmitt 2023-08-31 12:57:29 +02:00 committed by GitHub
parent a145205848
commit bc150d2c85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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