From 9d667f9b1588030e73921e96416efcfaf78620c7 Mon Sep 17 00:00:00 2001 From: Zaid-maker Date: Thu, 21 Nov 2024 16:03:59 +0500 Subject: [PATCH] Revert "fix browser installation issue" This reverts commit 9c35912e55f346878ff53f64bb1bacac557779f7. --- .github/workflows/auto-test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 397ffcc3c..403b48866 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -104,12 +104,8 @@ jobs: - name: Install dependencies run: npm install - - name: Install Playwright Browsers - run: | - npx playwright install chromium firefox --with-deps - env: - PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 0 - PLAYWRIGHT_BROWSERS_PATH: 0 + - name: Install Playwright browsers + run: npx playwright install --with-deps chromium firefox - name: Build project run: npm run build