From 71ec615ea85a1c63196c9a217866ee3977d12bc5 Mon Sep 17 00:00:00 2001 From: LiuLiu Date: Mon, 8 Jun 2026 22:02:49 +0000 Subject: [PATCH] install playwright --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 70170e8..cd6d6da 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,7 @@ jobs: cache: npm - run: npm install -g npm@latest - run: npm ci + - run: npx playwright install --with-deps chromium - run: npm test - run: npm version ${TAG_NAME} --git-tag-version=false env: @@ -41,6 +42,7 @@ jobs: cache: npm scope: '@github' - run: npm ci + - run: npx playwright install --with-deps chromium - run: npm test - run: npm version ${TAG_NAME} --git-tag-version=false env: