Skip to content

Commit c9d8af0

Browse files
committed
fix: update environment variables for profile default in Docker image tests
1 parent 7a26ee9 commit c9d8af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ jobs:
290290
-e JAVA_OPTS="-server -Xmx8g" \
291291
-e server.port=8082 \
292292
-e logging.level.org.heigit=DEBUG \
293-
-e ors.engine.source_file=/home/ors/files/heidelberg.test.pbf \
294-
-e ors.engine.graphs_root_path=/home/ors/graphs \
293+
-e ors.engine.profile_default.build.source_file=/home/ors/files/heidelberg.test.pbf \
294+
-e ors.engine.profile_default.graph_path=/home/ors/graphs \
295295
-e ors.engine.graphs_data_access=MMAP \
296296
-e ors.engine.elevation.cache_path=/home/ors/elevation_cache \
297297
-e ors.engine.profiles.driving-car.enabled=true \

0 commit comments

Comments
 (0)