chore(ci): incorrect install order

This commit is contained in:
Neko Ayaka
2026-05-28 04:40:49 +08:00
parent d9b3651c99
commit 92e0f9be24
+4 -3
View File
@@ -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