We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d473c6 commit cbda385Copy full SHA for cbda385
README.md
@@ -41,6 +41,7 @@ jobs:
41
| `cwlVersion` | true | - | target CWL version |
42
| `runner` | true | - | full path to CWL runner to be tested |
43
| `timeout` | false | 30 | timeout in seconds |
44
+| `tags` | false | "" | tags to be tested (e.g., "docker,required") |
45
| `skip-python-install` | false | false | skip installing python interpreter |
46
47
The `skip-python-install` parameter is useful when CWL runner requires specific version of Python.
0 commit comments