actions-marketplace-validations/Run CWL conformance tests
Run CWL conformance tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cwlVersion | CWL version | 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 |
| tags | tags to be tested (e.g., "docker,required") | no | — |
| n | specify tests by their numbers (e.g., "1-5,10,13") | no | — |
| s | specify tests by their names (e.g., "test_a,test_b") | no | — |
| extra | extra arguments for the given CWL runner | no | — |
Outputs
| name | description |
|---|---|
| badgedir | The directory name that stores conformance badges |
| result | The file name that stores the result of conformance tests in JUnit XMl format |