Skip to content

Commit

Permalink
Use seed-infrastructure-links-v2 in github workflow
Browse files Browse the repository at this point in the history
seed-infrastructure-links-v1 no longer works due to it using the
removed e2e1 database. Update to v2
  • Loading branch information
culka committed Mar 4, 2024
1 parent 5c640c7 commit dedecf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dedecf4

Please sign in to comment.