File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,6 +93,10 @@ inputs:
9393 docker-compose.custom.yml setup
9494 required : false
9595 default : " "
96+ start_jore3_importer :
97+ description : Should Jore3 importer be started along the rest of the e2e environment.
98+ required : false
99+ default : " false"
96100 test-tags :
97101 description :
98102 Specify a string of tags for tests to be run in format '@smoke'. To
@@ -116,7 +120,7 @@ runs:
116120 uses : HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
117121
118122 - name : Start e2e env
119- uses : HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v6
123+ uses : HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v7
120124 with :
121125 ui_version : " ${{ inputs.ui_version }}"
122126 cypress_version : " ${{ inputs.cypress_version }}"
@@ -134,6 +138,7 @@ runs:
134138 timetablesapi_version : " ${{ inputs.timetablesapi_version }}"
135139 tiamat_version : " ${{ inputs.tiamat_version }}"
136140 custom_docker_compose : " ${{ inputs.custom_docker_compose }}"
141+ start_jore3_importer : " ${{ inputs.start_jore3_importer }}"
137142
138143 - name : Seed infrastructure links
139144 uses : HSLdevcom/jore4-tools/github-actions/seed-infrastructure-links@seed-infrastructure-links-v2
You can’t perform that action at this time.
0 commit comments