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 <noreply@anthropic.com>
This commit is contained in:
pbean 2026-06-20 15:58:54 -07:00
parent 31d115290a
commit e76b268ee9
1 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,9 @@ jobs:
- name: Test agent compilation components - name: Test agent compilation components
run: npm run test:install 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) - name: Test bmad-module skill (source parsing + channels)
run: npm run test:skill-source run: npm run test:skill-source