diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3b48a610..9ec5f02d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -37,7 +37,7 @@ jobs: - name: Install Playwright # if: steps.playwright-cache.outputs.cache-hit != 'true' - run: npx playwright install + run: npx playwright install --with-deps chromium - name: Start backend env: