File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -72,16 +72,24 @@ jobs:
72
72
.
73
73
74
74
run_e2e_tests :
75
+ name : Run cypress e2e tests
75
76
needs : push_to_registry
76
77
runs-on : ubuntu-20.04
78
+
77
79
steps :
80
+ - name : Checkout code
81
+ uses : actions/checkout@v3
82
+
78
83
- name : Extract metadata to env variables
79
84
uses : HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
80
85
81
- - name : start e2e env
86
+ - name : Start e2e env
82
87
uses : HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v1
83
88
with :
84
89
mapmatching_version : " ${{ env.IMAGE_NAME }}:${{ env.COMMIT_ID }}"
85
90
86
- - name : Run e2e tests
91
+ - name : Seed infrastructure links
92
+ uses : HSLdevcom/jore4-tools/github-actions/seed-infrastructure-links@seed-infrastructure-links-v1
93
+
94
+ - name : Run e2e tests from github action
87
95
uses : HSLdevcom/jore4-tools/github-actions/run-cypress-tests@run-cypress-tests-v1
You can’t perform that action at this time.
0 commit comments