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 c16cc52 commit 75df2cfCopy full SHA for 75df2cf
.github/workflows/ci-tests.yml
@@ -204,7 +204,7 @@ jobs:
204
VERSION: ${{ matrix.cwl-version }}
205
CONTAINER: ${{ matrix.container }}
206
GIT_TARGET: ${{ matrix.cwl-version == 'v1.2' && '1.2.1_proposed' || 'main' }}
207
- CWLTOOL_OPTIONS: ${{ matrix.extras }}
+ CWLTOOL_OPTIONS: ${{ matrix.cwl-version == 'v1.2' && '--relax-path-checks' || '' }} ${{ matrix.extras }}
208
run: ./conformance-test.sh
209
- name: Archive test results
210
uses: actions/upload-artifact@v3
0 commit comments