Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Starteddocker-test
Build the Docker image as :local and run the full Bats test suite
Stars153
Forks39
UpdatedMay 21, 2026 at 14:25
SKILL.md
readonlyMenu
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