Test --reverse-only with CI

This commit is contained in:
Sarah Hoffmann
2020-11-23 19:58:01 +01:00
parent a4f1e40b72
commit 13180989d9

View File

@@ -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