File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -151,14 +151,11 @@ jobs:
151151 diff --ignore-all-space --ignore-blank-lines dbresults.txt expectedresults.txt
152152
153153 run_e2e_tests :
154+ name : Run E2E tests
154155 needs :
155156 - publish_mapmatching_docker_image_to_acr
156157 - publish_azuredbmock_docker_image_to_acr
157- name : Run E2E tests
158- runs-on : ubuntu-24.04
159- steps :
160- - name : Run e2e tests
161- uses : HSLdevcom/jore4-tools/github-actions/run-ci@main
162- with :
163- mapmatchingdb_version : " ${{ needs.publish_mapmatching_docker_image_to_acr.outputs.docker_image }}"
164- testdb_version : " ${{ needs.publish_azuredbmock_docker_image_to_acr.outputs.docker_image }}"
158+ uses : HSLdevcom/jore4-tools/.github/workflows/shared-run-e2e.yml@main
159+ with :
160+ mapmatchingdb_version : " ${{ needs.publish_mapmatching_docker_image_to_acr.outputs.docker_image }}"
161+ testdb_version : " ${{ needs.publish_azuredbmock_docker_image_to_acr.outputs.docker_image }}"
You can’t perform that action at this time.
0 commit comments