From dedecf494166357e17306d83c97c8b75b70ad031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teemu=20M=C3=A4kinen?= Date: Mon, 4 Mar 2024 12:44:57 +0200 Subject: [PATCH] Use seed-infrastructure-links-v2 in github workflow seed-infrastructure-links-v1 no longer works due to it using the removed e2e1 database. Update to v2 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3488d1ab..0bb3c2ce 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -90,7 +90,7 @@ jobs: hasura_version: '${{ env.IMAGE_NAME }}:hsl-${{ env.COMMIT_ID }}' - name: Seed infrastructure links - uses: HSLdevcom/jore4-tools/github-actions/seed-infrastructure-links@seed-infrastructure-links-v1 + uses: HSLdevcom/jore4-tools/github-actions/seed-infrastructure-links@seed-infrastructure-links-v2 - name: Run e2e tests uses: HSLdevcom/jore4-tools/github-actions/run-cypress-tests@run-cypress-tests-v1