common-workflow-lab/Run tests with specified CWL runner
Run tests with specified CWL runner
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test-list | A file that lists test cases in cwltest format | yes | — |
| runner | full path to CWL runner to be tested | yes | — |
| timeout | timeout in seconds | no | 30 |
| skip-python-install | skip installing python interpreter | no | false |
| allow-failure | whether this action always succeeds even if some tests fail | no | false |
| result-title | title for test result | no | Test result |
Outputs
| name | description |
|---|---|
| result | The file name that stores the result of tests in JUnit XMl format |