lando/Run Leia Action
A GitHub Action for running Leia tests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 24, 2026
- License
- MIT
Pinned Snippet
uses: lando/run-leia-action@deae4f2941165749d238109f934071dc452c68a3 # v2.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| leia-test | The Leia test file to parse and run. | yes | — |
| debug | Toggle debug output. (deprecated). Use https://github.blog/changelog/2022-05-24-github-actions-re-run-jobs-with-debug-logging/ instead. | no | false |
| cleanup-header | The cleanup headers to parse. | no | Clean,Tear,Burn |
| lagoon-mode | Turn on Lagoon mode. | no | false |
| retry | The amount of times to retry the test. | no | 1 |
| setup-header | The setup headers to parse. | no | Start,Setup,This is the dawning |
| shell | The shell to use. | no | auto |
| stdin | Attach stdin when the tests are run. | no | false |
| test-header | The test headers to parse. | no | Test,Validat,Verif |
| timeout | The amount of time for the test to run before a timeout, in seconds. | no | 1800 |
| version | The fallback global version of Leia to install if no local version is detected. | no | latest |
Outputs
no outputs