We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a08f8a commit dba6f69Copy full SHA for dba6f69
.github/workflows/cd.yml
@@ -34,14 +34,11 @@ jobs:
34
azure_subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
35
36
run_e2e_tests:
37
+ name: Run E2E tests
38
needs:
39
- run_unit_tests
40
- check_code_formatting
41
- publish_docker_image_to_acr
- 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 }}"
+ uses: HSLdevcom/jore4-tools/.github/workflows/shared-run-e2e.yml@main
+ with:
+ auth_version: "${{ needs.publish_docker_image_to_acr.outputs.docker_image }}"
0 commit comments