mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 05:44:06 +00:00
Test --reverse-only with CI
This commit is contained in:
6
.github/workflows/ci-tests.yml
vendored
6
.github/workflows/ci-tests.yml
vendored
@@ -97,3 +97,9 @@ jobs:
|
|||||||
php ./utils/update.php --init-updates
|
php ./utils/update.php --init-updates
|
||||||
php ./utils/update.php --import-osmosis
|
php ./utils/update.php --import-osmosis
|
||||||
working-directory: build
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user