We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb491e commit 56f663cCopy full SHA for 56f663c
1 file changed
.github/workflows/cd.yml
@@ -29,13 +29,10 @@ jobs:
29
azure_subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
30
31
run_cypress_tests:
32
- name: Run Cypress tests
33
- runs-on: ubuntu-24.04
+ name: Run E2E tests
34
needs:
35
- run_java_tests
36
- 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 }}"
+ uses: HSLdevcom/jore4-tools/.github/workflows/shared-run-e2e.yml@main
+ with:
+ hastus_version: "${{ needs.publish_docker_image_to_acr.outputs.docker_image }}"
0 commit comments