Skip to content

Commit

Permalink
Nominatim test regression fix (#967)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nataliejschultz authored May 13, 2024
1 parent d33ce2e commit 5bde217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emission/integrationTests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5bde217

Please sign in to comment.