Skip to content

Commit

Permalink
Seed infra links before running e2e tests (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuli Rasi authored May 30, 2023
1 parent db6931b commit 1a9f08a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ jobs:
uses: HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v1
with:
testdb_version: "${{ env.IMAGE_NAME }}:azuredbmock-${{ env.COMMIT_ID }}"

- name: Seed infrastructure links
uses: HSLdevcom/jore4-tools/github-actions/seed-infrastructure-links@seed-infrastructure-links-v1

- name: Run e2e tests
uses: HSLdevcom/jore4-tools/github-actions/run-cypress-tests@run-cypress-tests-v1

0 comments on commit 1a9f08a

Please sign in to comment.