From 5949855eb3812f20950a8f63dca7e6a7d5967270 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Tue, 14 Nov 2023 15:06:16 +0100 Subject: [PATCH] gh-actions: --relax-path-checks for CWL v1.2 checks --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 93826d907..1195c9177 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -71,7 +71,7 @@ jobs: VERSION: ${{ matrix.cwl-version }} CONTAINER: ${{ matrix.container }} GIT_TARGET: ${{ matrix.cwl-version == 'v1.2' && '1.2.1_proposed' || 'main' }} - CWLTOOL_OPTIONS: ${{ matrix.extras }} + CWLTOOL_OPTIONS: ${{ matrix.cwl-version == 'v1.2' && '--relax-path-checks' || '' }} ${{ matrix.extras }} run: ./conformance-test.sh - name: Archive test results uses: actions/upload-artifact@v3