Skip to content

Commit 92385b6

Browse files
author
Janne Rönkkö
committed
Run E2E tests in parallel
1 parent dfcb460 commit 92385b6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)