From: Robbe Haesendonck Date: Wed, 20 Sep 2023 11:42:06 +0000 (+0200) Subject: Updated CI tests to check new import flags X-Git-Tag: v4.4.0~69 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/b4e3d0ea441c38d8daea90ce91cf560c8dba8460?ds=sidebyside Updated CI tests to check new import flags --- 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