diff --git a/.github/workflows/nominatim-docker-test.yml b/.github/workflows/nominatim-docker-test.yml index f8f1794f8..0cc21bbd3 100644 --- a/.github/workflows/nominatim-docker-test.yml +++ b/.github/workflows/nominatim-docker-test.yml @@ -3,9 +3,9 @@ name: nominatim-docker-test # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: - pull_request: - branches: - - master + # pull_request: + # branches: + # - master push: branches: -nominatim diff --git a/emission/integrationTests/docker-compose.yml b/emission/integrationTests/docker-compose.yml index 3a7a701f6..fcabe9df7 100644 --- a/emission/integrationTests/docker-compose.yml +++ b/emission/integrationTests/docker-compose.yml @@ -47,12 +47,12 @@ services: - IMPORT_WIKIPEDIA=false ports: - "8080:8080" - #healthcheck currently commented out, since it isn't necessary and keeps going the entire time the container is running. - # healthcheck: - # test: ["CMD", "curl", "-v", "http://localhost:8080"] - # interval: 1m - # timeout: 15s - # retries: 3 + # healthcheck currently commented out, since it isn't necessary and keeps going the entire time the container is running. + healthcheck: + test: ["CMD", "curl", "-v", "http://localhost:8080"] + interval: 1m + timeout: 15s + retries: 3 deploy: replicas: 1 restart_policy: