From: Sarah Hoffmann Date: Mon, 23 Nov 2020 18:58:01 +0000 (+0100) Subject: Test --reverse-only with CI X-Git-Tag: v3.6.0~25^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/13180989d9d96fd493a6aab030159d501c7eadc9?hp=-c Test --reverse-only with CI --- 13180989d9d96fd493a6aab030159d501c7eadc9 diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 79830673..f1da4616 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -97,3 +97,9 @@ jobs: php ./utils/update.php --init-updates php ./utils/update.php --import-osmosis working-directory: build + + - name: Run reverse-only import + run : | + dropdb nominatim + php ./utils/setup.php --osm-file ../monaco-latest.osm.pbf --reverse-only --all + working-directory: build