Skip to content

Commit 56f663c

Browse files
author
Janne Rönkkö
committed
Run E2E tests in parallel
1 parent bdb491e commit 56f663c

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 Cypress tests
33-
runs-on: ubuntu-24.04
32+
name: Run E2E tests
3433
needs:
3534
- run_java_tests
3635
- publish_docker_image_to_acr
37-
steps:
38-
- name: Run e2e tests
39-
uses: HSLdevcom/jore4-tools/github-actions/run-ci@main
40-
with:
41-
hastus_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+
hastus_version: "${{ needs.publish_docker_image_to_acr.outputs.docker_image }}"

0 commit comments

Comments
 (0)