File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -170,14 +170,14 @@ Example usage:
170170steps:
171171- uses: HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
172172
173- - uses: HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v1
173+ - uses: HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v8
174174 with:
175175 ui_version: '${{ env.IMAGE_NAME }}:${{ env.COMMIT_ID }}'
176176```
177177
178178```
179179steps:
180- - uses: HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v1
180+ - uses: HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v8
181181 with:
182182 custom_docker_compose: ./docker/docker-compose.custom.yml
183183```
@@ -197,15 +197,15 @@ Example usage:
197197
198198```
199199steps:
200- - uses: HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v1
200+ - uses: HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v8
201201- uses: HSLdevcom/jore4-tools/github-actions/run-cypress-tests@run-cypress-tests-v1
202202```
203203
204204```
205205steps:
206206- uses: HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
207207
208- - uses: HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v1
208+ - uses: HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v8
209209 with:
210210 ui_version: '${{ env.IMAGE_NAME }}:${{ env.COMMIT_ID }}'
211211
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ runs:
116116 uses : HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
117117
118118 - name : Start e2e env
119- uses : HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v7
119+ uses : HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v8
120120 with :
121121 ui_version : " ${{ inputs.ui_version }}"
122122 cypress_version : " ${{ inputs.cypress_version }}"
You can’t perform that action at this time.
0 commit comments