File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204204 env :
205205 VERSION : ${{ matrix.cwl-version }}
206206 CONTAINER : ${{ matrix.container }}
207- GIT_TARGET : ${{ matrix.cwl-version == 'v1.2' && '1.2.1_proposed' || ' main' }}
207+ GIT_TARGET : main
208208 CWLTOOL_OPTIONS : ${{ matrix.cwl-version == 'v1.2' && '--relax-path-checks' || '' }} ${{ matrix.extras }}
209209 run : ./conformance-test.sh
210210 - name : Archive test results
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ venv() {
1313}
1414
1515# Set these variables when running the script, e.g.:
16- # VERSION=v1.2 GIT_TARGET=1.2.1_proposed CONTAINER=podman ./conformance_test.sh
16+ # VERSION=v1.2 GIT_TARGET=main CONTAINER=podman ./conformance_test.sh
1717
1818# Version of the standard to test against
1919# Current options: v1.0, v1.1, v1.2
2020VERSION=${VERSION:- " v1.2" }
2121
2222# Which commit of the standard's repo to use
23- # Defaults to the last commit of the 1.2.1_proposed branch
24- GIT_TARGET=${GIT_TARGET:- " 1.2.1_proposed " }
23+ # Defaults to the last commit of the main branch
24+ GIT_TARGET=${GIT_TARGET:- " main " }
2525
2626# Which container runtime to use
2727# Valid options: docker, singularity
You can’t perform that action at this time.
0 commit comments