Skip to content

Commit f9710e3

Browse files
committed
test
1 parent bbceb89 commit f9710e3

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@ jobs:
8383
cypress_version: ${{ needs.publish_cypress_docker_image_to_acr.outputs.docker_image }}
8484
update_e2e_test_durations: ${{ github.ref == 'refs/heads/main' }}
8585
test-tags: ''
86+
custom_docker_compose: ./docker/docker-compose.custom-e2e.yml
8687
secrets:
8788
jore4_ci_data_repo_ssh_key: ${{ secrets.JORE4_CI_DATA_REPO_DEPLOY_KEY }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ yarn-error.log*
1313
docker/*
1414
!docker/docker-compose.cypress.yml
1515
!docker/docker-compose.custom.yml
16+
!docker/docker-compose.custom-e2e.yml
1617
!docker/docker-compose.testdb-volume.yml
1718
!docker/docker-compose.e2e.yml
1819

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
services:
2+
jore4-mapmatchingdb:
3+
environment:
4+
DIGIROAD_ROUTING_DUMP_URL: "https://stjore4dev001.blob.core.windows.net/jore4-digiroad/2025-08-29_create_routing_schema_digiroad_r_2025_02_fixup.sql"

0 commit comments

Comments
 (0)