From 92e0f9be24b2708803f6e8c13e6962235f47c91c Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Thu, 28 May 2026 04:40:49 +0800 Subject: [PATCH] chore(ci): incorrect install order --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2947e6c0c..99e0b3ea7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,9 +130,6 @@ jobs: node-version: lts/* cache: pnpm - - name: Setup Playwright - run: pnpm exec playwright install chromium --with-deps - # # Setup .NET and Godot # - name: Setup .NET # if: matrix.app_name == 'stage-tamagotchi-godot' @@ -149,6 +146,10 @@ jobs: # include-templates: true - run: pnpm install --frozen-lockfile + + - name: Setup Playwright + run: pnpm exec playwright install chromium --with-deps + - run: pnpm run build:packages - run: pnpm run test:run