From bcc6c828b8f7e78b93fad7268c0c68e20ca7233c Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 6 Jun 2025 12:19:32 +0800 Subject: [PATCH] Optimize the browser install part --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9b1d12c2..6588c1c3 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: npm ci - name: Install Playwright Browsers - run: npx playwright install --with-deps + run: npx playwright install --with-deps chromium --only-shell - name: Run Playwright tests run: npx playwright test - uses: actions/upload-artifact@v4