File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,21 +11,10 @@ jobs:
1111 runs-on : ubuntu-22.04
1212
1313 steps :
14- - name : Checkout code
15- uses : actions/checkout@v4
16- with :
17- submodules : recursive
18-
1914 - name : Extract metadata to env variables
2015 uses : HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
2116
2217 - name : Start e2e env
23- uses : HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v1
18+ uses : HSLdevcom/jore4-tools/github-actions/run-ci@main
2419 with :
2520 hastus_version : " ${{ env.IMAGE_NAME }}:${{ env.COMMIT_ID }}"
26-
27- - name : Seed infrastructure links
28- uses : HSLdevcom/jore4-tools/github-actions/seed-infrastructure-links@seed-infrastructure-links-v1
29-
30- - name : Run e2e tests from github action
31- uses : HSLdevcom/jore4-tools/github-actions/run-cypress-tests@run-cypress-tests-v1
You can’t perform that action at this time.
0 commit comments