Skip to content

Commit dba6f69

Browse files
author
Janne Rönkkö
committed
Run E2E tests in parallel
1 parent 8a08f8a commit dba6f69

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,11 @@ jobs:
3434
azure_subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3535

3636
run_e2e_tests:
37+
name: Run E2E tests
3738
needs:
3839
- run_unit_tests
3940
- check_code_formatting
4041
- publish_docker_image_to_acr
41-
name: Run e2e tests
42-
runs-on: ubuntu-24.04
43-
steps:
44-
- name: Run e2e tests
45-
uses: HSLdevcom/jore4-tools/github-actions/run-ci@main
46-
with:
47-
auth_version: "${{ needs.publish_docker_image_to_acr.outputs.docker_image }}"
42+
uses: HSLdevcom/jore4-tools/.github/workflows/shared-run-e2e.yml@main
43+
with:
44+
auth_version: "${{ needs.publish_docker_image_to_acr.outputs.docker_image }}"

0 commit comments

Comments
 (0)