diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 403b48866..397ffcc3c 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -104,8 +104,12 @@ jobs: - name: Install dependencies run: npm install - - name: Install Playwright browsers - run: npx playwright install --with-deps chromium firefox + - name: Install Playwright Browsers + run: | + npx playwright install chromium firefox --with-deps + env: + PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 0 + PLAYWRIGHT_BROWSERS_PATH: 0 - name: Build project run: npm run build