在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用docker-test
Build the Docker image as :local and run the full Bats test suite
星标153
分支39
更新时间2026年5月21日 14:25
SKILL.md
readonly菜单
Build the Docker image as :local and run the full Bats test suite
| name | docker-test |
| description | Build the Docker image as :local and run the full Bats test suite |
| disable-model-invocation | true |
Run the full test cycle for the spellcheck action:
Build the local Docker image:
docker build -t jonasbn/github-action-spellcheck:local .
Run all Bats tests against the local image:
bats test/test.bats
Report which tests passed or failed. If the Docker build failed, show the build error before proceeding.
To run a single test by name, use:
bats --filter "<test name>" test/test.bats