Skip to content

Commit e6e3c32

Browse files
author
Janne Rönkkö
committed
Run E2E tests in parallel
1 parent 1201e2f commit e6e3c32

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/cd.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,10 @@ jobs:
2929
azure_subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3030

3131
run_cypress_tests:
32+
name: Run E2E tests
3233
needs:
3334
- run_kotlin_tests
3435
- publish_docker_image_to_acr
35-
name: Run E2E tests
36-
runs-on: ubuntu-24.04
37-
steps:
38-
- name: Start e2e env
39-
uses: HSLdevcom/jore4-tools/github-actions/run-ci@main
40-
with:
41-
timetablesapi_version: "${{ needs.publish_docker_image_to_acr.outputs.docker_image }}"
36+
uses: HSLdevcom/jore4-tools/.github/workflows/shared-run-e2e.yml@main
37+
with:
38+
timetablesapi_version: "${{ needs.publish_docker_image_to_acr.outputs.docker_image }}"

0 commit comments

Comments
 (0)