diff --git a/.github/workflows/frontend-jobs.yml b/.github/workflows/frontend-jobs.yml index 9fd49e31..c4b4e969 100644 --- a/.github/workflows/frontend-jobs.yml +++ b/.github/workflows/frontend-jobs.yml @@ -108,7 +108,7 @@ jobs: - name: Install playwright browsers if: steps.cache-browser-binaries.outputs.cache-hit != 'true' run: | - npx --yes playwright install + npx --yes playwright install --with-deps - name: e2e tests run: | npm run test:e2e