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:
204
204
env :
205
205
VERSION : ${{ matrix.cwl-version }}
206
206
CONTAINER : ${{ matrix.container }}
207
- GIT_TARGET : ${{ matrix.cwl-version == 'v1.2' && '1.2.1_proposed' || ' main' }}
207
+ GIT_TARGET : main
208
208
CWLTOOL_OPTIONS : ${{ matrix.cwl-version == 'v1.2' && '--relax-path-checks' || '' }} ${{ matrix.extras }}
209
209
run : ./conformance-test.sh
210
210
- name : Archive test results
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ venv() {
13
13
}
14
14
15
15
# 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
17
17
18
18
# Version of the standard to test against
19
19
# Current options: v1.0, v1.1, v1.2
20
20
VERSION=${VERSION:- " v1.2" }
21
21
22
22
# 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 " }
25
25
26
26
# Which container runtime to use
27
27
# Valid options: docker, singularity
You can’t perform that action at this time.
0 commit comments