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 9c5a17b commit 5f364b0Copy full SHA for 5f364b0
.github/workflows/ci-tests.yml
@@ -203,7 +203,7 @@ jobs:
203
env:
204
VERSION: ${{ matrix.cwl-version }}
205
CONTAINER: ${{ matrix.container }}
206
- GIT_TARGET: main
+ GIT_TARGET: ${{ matrix.cwl-version == 'v1.2' && '1.2.1_proposed' || 'main' }}
207
CWLTOOL_OPTIONS: ${{ matrix.extras }}
208
run: ./conformance-test.sh
209
- name: Archive test results
0 commit comments