From b4e3d0ea441c38d8daea90ce91cf560c8dba8460 Mon Sep 17 00:00:00 2001 From: Robbe Haesendonck Date: Wed, 20 Sep 2023 13:42:06 +0200 Subject: [PATCH] Updated CI tests to check new import flags --- .github/workflows/ci-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a7d45260..aac2141d 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -306,7 +306,9 @@ jobs: working-directory: /home/nominatim/nominatim-project - name: Import - run: nominatim import --osm-file ../test.pbf + run: | + nominatim import --prepare-database --osm-file ../test.pbf + nominatim import --no-superuser --osm-file ../test.pbf working-directory: /home/nominatim/nominatim-project - name: Import special phrases -- 2.39.5