We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1201e2f commit e6e3c32Copy full SHA for e6e3c32
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 E2E tests
33
needs:
34
- run_kotlin_tests
35
- publish_docker_image_to_acr
- 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 }}"
+ uses: HSLdevcom/jore4-tools/.github/workflows/shared-run-e2e.yml@main
+ with:
+ timetablesapi_version: "${{ needs.publish_docker_image_to_acr.outputs.docker_image }}"
0 commit comments