Skip to content

Commit da5f66e

Browse files
committed
Update test workflow to use run-ci action
1 parent f928a31 commit da5f66e

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/run-cypress-tests.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)