Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기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