manticoresoftware/Run CLT test

This action runs a CLT test

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 3, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: manticoresoftware/clt@c9911dde0789cc6a0ea2af42eb2192e9af3aba7e # v3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
imageDocker image on that we will use to run CLT testsyes
init_codeCode that is to be executed on init stage before running testsno""
run_argsRun args that we will pass to each test we runno""
test_prefixFilter tests by using this prefix in tests folder. You can specify multiple prefixes each on one line for groupping.notests/
timeoutAllowed timeout in minutes for testsno5
artifactArtifact to download in case you want to use local built docker image to run.no
repositoryRepository to checkout.no
refThe 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_modeIf 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.noalways
ui_hostUI 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

no outputs