Skip to content

Commit

Permalink
gh-actions: --relax-path-checks for CWL v1.2 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Nov 14, 2023
1 parent 8187488 commit a343fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a343fb2

Please sign in to comment.