تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآنdocker-test
Build the Docker image as :local and run the full Bats test suite
النجوم١٥٣
التفرعات٣٩
آخر تحديث٢١ مايو ٢٠٢٦ في ١٤:٢٥
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