File tree Expand file tree Collapse file tree
github-actions/seed-infrastructure-links Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,9 +175,7 @@ jobs:
175175 start_jore3_importer : " ${{ inputs.start_jore3_importer }}"
176176
177177 - name : Seed infrastructure links
178- uses : HSLdevcom/jore4-tools/github-actions/seed-infrastructure-links@seed-infrastructure-links-v3
179- with :
180- seed_data_commit_sha : " ${{ steps.start-e2e-env.outputs.e2e_source_commit_sha }}"
178+ uses : HSLdevcom/jore4-tools/github-actions/seed-infrastructure-links@seed-infrastructure-links-v4
181179
182180 - name : Seed municipalities and fare zones
183181 uses : HSLdevcom/jore4-tools/github-actions/seed-municipalities-and-fare-zones@seed-municipalities-and-fare-zones-v2
Original file line number Diff line number Diff line change 11test_users.json
2+ infraLinks.sql
Original file line number Diff line number Diff line change @@ -6,18 +6,15 @@ inputs:
66 description : Database connection string
77 required : false
88 default : " postgresql://dbadmin:adminpassword@localhost:5432/jore4e2e"
9- seed_data_commit_sha :
10- description : The commit SHA of jore4-ui repository from which infrastructure links seed data is read from
11- required : true
129
1310runs :
1411 using : " composite"
1512 steps :
1613 - name : Fetch infrastructure link dump
1714 shell : bash
1815 run : |
19- curl https://raw.githubusercontent.com/HSLdevcom/ jore4-ui/${{ inputs.seed_data_commit_sha }}/test-db-manager/src/dumps/ infraLinks/infraLinks .sql \
20- -o infraLinks.sql
16+ curl https://stjore4dev001.blob.core.windows.net/ jore4-ui/2025-09-24- infraLinks.sql -o infraLinks.sql
17+
2118
2219 - name : Verify that testdb is up, running and migrated
2320 uses : HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
You can’t perform that action at this time.
0 commit comments