From 5bde217ca1d2bfeb9be39369f6a3e06f78c7aa50 Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Mon, 13 May 2024 15:30:01 -0600 Subject: [PATCH] Nominatim test regression fix (#967) * Trying to fix regression Attempting to get the nominatim tests to pass after regression was identified. * Getting the test to run Have to get the test to run to see if it fixes it! * Push test Re-enabled nominatim test on my branch, so hopefully it will run on this push * Reverting nominatim-docker-test.yml --- emission/integrationTests/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emission/integrationTests/Dockerfile b/emission/integrationTests/Dockerfile index 9bdc0484d..e0635bdd1 100644 --- a/emission/integrationTests/Dockerfile +++ b/emission/integrationTests/Dockerfile @@ -2,7 +2,8 @@ FROM ubuntu:latest RUN apt-get update -RUN apt-get install -y curl +RUN apt-get install -y -qq curl +RUN apt-get install -y -qq git # CHANGEME: Create the files that correspond to your configuration in the conf directory