Skip to content

Commit 3b4eaf0

Browse files
author
Janne Rönkkö
committed
Use docker-compose-bundle repo when running e2e tests
1 parent d84a882 commit 3b4eaf0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,14 @@ Example usage:
170170
steps:
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
```
179179
steps:
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
```
199199
steps:
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
```
205205
steps:
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

github-actions/run-ci/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)