From e76b268ee90c38815a99f8b9521db4eec7a42739 Mon Sep 17 00:00:00 2001 From: pbean Date: Sat, 20 Jun 2026 15:58:54 -0700 Subject: [PATCH] ci(bmad-module): run test:ide-sync in the validate job test:ide-sync is part of the local `quality`/`test` scripts but was absent from the CI validate job, letting ide-sync regressions merge undetected. Co-Authored-By: Claude Opus 4.8 --- .github/workflows/quality.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index 493ff657c..0026d97e5 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -109,6 +109,9 @@ jobs: - name: Test agent compilation components run: npm run test:install + - name: Test IDE sync (engine/bundle parity) + run: npm run test:ide-sync + - name: Test bmad-module skill (source parsing + channels) run: npm run test:skill-source