manticoresoftware/Run CLT test
This action runs a CLT test
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 3, 2026
- License
- Apache 2.0
Pinned Snippet
uses: manticoresoftware/clt@c9911dde0789cc6a0ea2af42eb2192e9af3aba7e # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Docker image on that we will use to run CLT tests | yes | — |
| init_code | Code that is to be executed on init stage before running tests | no | "" |
| run_args | Run args that we will pass to each test we run | no | "" |
| test_prefix | Filter tests by using this prefix in tests folder. You can specify multiple prefixes each on one line for groupping. | no | tests/ |
| timeout | Allowed timeout in minutes for tests | no | 5 |
| artifact | Artifact to download in case you want to use local built docker image to run. | no | — |
| repository | Repository to checkout. | no | — |
| ref | The branch name or ref to the original repo we test that we will checkout. Optional and by default we use default branch of it. | no | "" |
| comment_mode | If we are in a pull request, we publish summary results of tests to it as comments. By default, it uses the 'always' mode that publishes a comment on any results. You can set it to 'failures' to create a comment in the pull request only when an error occurred. | no | always |
| ui_host | UI host domain for generating edit links for failed tests. When provided, failed tests will include edit links pointing to the UI. Example: 'https://clt-ui.example.com' | no | — |
Outputs
no outputs