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 cf846bc commit 3adbcbcCopy full SHA for 3adbcbc
.github/workflows/ci-tests.yml
@@ -121,6 +121,11 @@ jobs:
121
matrix:
122
cwl-version: [v1.0, v1.1, v1.2]
123
container: [docker, singularity, podman]
124
+ extras: [""]
125
+ include:
126
+ - cwl-version: v1.2
127
+ container: docker
128
+ extras: "--fast-validator"
129
130
steps:
131
- uses: actions/checkout@v3
@@ -141,6 +146,7 @@ jobs:
141
146
version: ${{ matrix.cwl-version }}
142
147
container: ${{ matrix.container }}
143
148
spec_branch: main
149
+ CWLTOOL_OPTIONS: ${{ matrix.extras }}
144
150
run: ./conformance-test.sh
145
151
152
release_test:
0 commit comments