lando/Run Leia Action

A GitHub Action for running Leia tests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 24, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: lando/run-leia-action@deae4f2941165749d238109f934071dc452c68a3 # v2.3.0

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

namedescriptionrequireddefault
leia-testThe Leia test file to parse and run.yes
debugToggle debug output. (deprecated). Use https://github.blog/changelog/2022-05-24-github-actions-re-run-jobs-with-debug-logging/ instead.nofalse
cleanup-headerThe cleanup headers to parse.noClean,Tear,Burn
lagoon-modeTurn on Lagoon mode.nofalse
retryThe amount of times to retry the test.no1
setup-headerThe setup headers to parse.noStart,Setup,This is the dawning
shellThe shell to use.noauto
stdinAttach stdin when the tests are run.nofalse
test-headerThe test headers to parse.noTest,Validat,Verif
timeoutThe amount of time for the test to run before a timeout, in seconds.no1800
versionThe fallback global version of Leia to install if no local version is detected.nolatest

no outputs