Install chromium browser only

This commit is contained in:
Rodel 2022-05-24 14:06:23 +08:00
parent a84d96afc7
commit ed70a94a07
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: Install Playwright supported browsers.
if: env.E2E_PLAYWRIGHT == 'true'
working-directory: plugins/woocommerce
run: pnpx playwright install
run: pnpx playwright install chromium
- name: Run (Playwright) tests command.
id: run_playwright_e2e_tests