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:
parent
31d115290a
commit
e76b268ee9
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue