From d8319464b91531679074f734da153ae542e2080b Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 6 Jun 2025 12:25:15 +0800 Subject: [PATCH] Should be webkit --- .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 6588c1c3..543bf0ce 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 chromium --only-shell + run: npx playwright install --with-deps webkit --only-shell - name: Run Playwright tests run: npx playwright test - uses: actions/upload-artifact@v4