Skip to content

Commit

Permalink
test: add config tests for json config (#1749)
Browse files Browse the repository at this point in the history
This adds a missing test scenario using pure json configs
  • Loading branch information
jhaeu authored Mar 18, 2024
1 parent d90a23f commit 7a6702e
Show file tree
Hide file tree
Showing 8 changed files with 1,770 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
runtype: [ '-m' , '-j' ]
testgroup: [ build-all-graphs*, arg-overrides*, check*, lookup-yml*, missing-config*, specify-yml* ]
testgroup: [ build-all-graphs*, arg-overrides*, check*, config*, lookup*, missing*, specify* ]
steps:
- uses: actions/checkout@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ podman run --replace --name "${CONTAINER}" -p "${HOST_PORT}":8082 \
-v "${M2_FOLDER}":/root/.m2 \
-v "${TESTROOT}/graphs_volume":"${CONTAINER_WORK_DIR}/graphs" \
--env ors.engine.profiles.hgv.enabled=true \
--env ors.engine.source_file=ors-api/src/test/files/heidelberg.osm.gz \
"local/${IMAGE}:latest" &

awaitOrsReady 60 "${HOST_PORT}"
Expand Down
Loading

0 comments on commit 7a6702e

Please sign in to comment.