ci: add missing --with-deps to playwright install command (#5667)

This commit is contained in:
Alessio Gravili
2024-04-04 14:52:59 -04:00
committed by GitHub
parent dea9b590d1
commit fd284973b6

View File

@@ -279,7 +279,7 @@ jobs:
key: ${{ github.sha }}-${{ github.run_number }}
- name: Install Playwright
run: pnpm exec playwright install
run: pnpm exec playwright install --with-deps
- name: E2E Tests
run: pnpm test:e2e ${{ matrix.suite }}