]> git.openstreetmap.org Git - nominatim.git/commitdiff
also run BDD API tests in CI
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 9 Jan 2021 16:58:06 +0000 (17:58 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 9 Jan 2021 16:58:06 +0000 (17:58 +0100)
.github/workflows/ci-tests.yml

index 3daf6ccc49b034ca5ffa01654897e7662de9bbde..4b019bce04a3152cd4ae8300d01a8fc9736cda93 100644 (file)
@@ -58,7 +58,7 @@ jobs:
               working-directory: test/php
 
             - name: BDD tests
-              run: behave -DREMOVE_TEMPLATE=1 --format=progress3 db osm2pgsql
+              run: behave -DREMOVE_TEMPLATE=1 --format=progress3
               working-directory: test/bdd
 
     import: