From 2b0f60021be9c93f27aeb75e4294929618789d7c Mon Sep 17 00:00:00 2001 From: snomiao Date: Sun, 31 Aug 2025 05:55:12 +0000 Subject: [PATCH] [feat] Enable Playwright tests for sno-fix-playwright-pnpm branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add sno-fix-playwright-pnpm to push triggers in test-ui.yaml workflow - This ensures Playwright tests run on pushes to current branch 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/test-ui.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ui.yaml b/.github/workflows/test-ui.yaml index c4dbefc56..cec92db11 100644 --- a/.github/workflows/test-ui.yaml +++ b/.github/workflows/test-ui.yaml @@ -2,7 +2,7 @@ name: Tests CI on: push: - branches: [main, master, core/*, desktop/*] + branches: [main, master, core/*, desktop/*, sno-fix-playwright-pnpm] pull_request: branches-ignore: [wip/*, draft/*, temp/*, vue-nodes-migration, sno-playwright-*]