File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 workflow_dispatch :
99
1010jobs :
11- run_java_tests :
12- name : Run Java tests
13- uses : ./.github/workflows/run-java -tests.yml
11+ run_kotlin_tests :
12+ name : Run kotlin tests
13+ uses : ./.github/workflows/run-kotlin -tests.yml
1414
1515 publish_docker_image_to_docker_hub :
16- needs : run_java_tests
16+ needs : run_kotlin_tests
1717 name : Build & Push docker image to Docker Hub
1818 runs-on : ubuntu-24.04
1919
6969
7070 publish_docker_image_to_acr :
7171 needs :
72- - run_java_tests
72+ - run_kotlin_tests
7373 name : Publish Docker image to ACR
7474 permissions :
7575 id-token : write
8585
8686 run_cypress_tests :
8787 needs :
88- - run_java_tests
88+ - run_kotlin_tests
8989 - publish_docker_image_to_docker_hub
9090 uses : ./.github/workflows/run-cypress-tests.yml
Original file line number Diff line number Diff line change 1- name : Run java tests
1+ name : Run kotlin tests
22
33on :
44 # this workflow is only called by others, won't be executed on itself
99
1010jobs :
1111 run-tests :
12- name : Run java tests
12+ name : Run kotlin tests
1313 runs-on : ubuntu-24.04
1414
1515 steps :
You can’t perform that action at this time.
0 commit comments