Skip to content

Commit 75df2cf

Browse files
committed
gh-actions: --relax-path-checks for CWL v1.2 checks
1 parent c16cc52 commit 75df2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
VERSION: ${{ matrix.cwl-version }}
205205
CONTAINER: ${{ matrix.container }}
206206
GIT_TARGET: ${{ matrix.cwl-version == 'v1.2' && '1.2.1_proposed' || 'main' }}
207-
CWLTOOL_OPTIONS: ${{ matrix.extras }}
207+
CWLTOOL_OPTIONS: ${{ matrix.cwl-version == 'v1.2' && '--relax-path-checks' || '' }} ${{ matrix.extras }}
208208
run: ./conformance-test.sh
209209
- name: Archive test results
210210
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)