diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b16713696..c30c58fec2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -461,7 +461,7 @@ jobs: if: ${{ !cancelled() }} - name: Install Playwright Browsers - run: npx playwright install --with-deps chromium + run: npx playwright install chromium --only-shell if: ${{ !cancelled() }} - name: Docker build