From 7aef98805390c18b461aa114036537edd248ceba Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 30 Jul 2026 22:28:14 +0800 Subject: [PATCH] chore(ci): only install Chromium --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8a57b3..ca988d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: run_install: true - name: Install Playwright - run: npx playwright install + run: npx playwright install chromium - name: Build Packages run: pnpm build