diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 2e3564a..37d107e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -98,6 +98,11 @@ jobs: TEST_SH=dash bash tests/test_actor_sh.sh TEST_SH=dash bash tests/test_install_id_sh.sh TEST_SH=dash bash tests/test_status_skill_sh.sh + # Kiro has no slash-command surface, so its status command is a script + # rather than a skill document; both shells, since a developer runs it + # by hand under bash and a managed rollout verifies under /bin/sh. + TEST_SH=dash bash tests/test_status_kiro_sh.sh + TEST_SH=bash bash tests/test_status_kiro_sh.sh bash tests/test_plugin_versions_sh.sh # Twice, because hooks.json fires auto-update.sh as `sh