]> git.openstreetmap.org Git - nominatim.git/blobdiff - .github/workflows/ci-tests.yml
Merge pull request #2132 from lonvia/reduce-api-testdb
[nominatim.git] / .github / workflows / ci-tests.yml
index cbb7aa6cc0db52b46959f51a1a4755100dcf7173..4b019bce04a3152cd4ae8300d01a8fc9736cda93 100644 (file)
@@ -48,7 +48,7 @@ jobs:
             - name: Install test prerequsites
               run: |
                    sudo apt-get install -y -qq php-codesniffer python3-tidylib
-                   sudo pip3 install behave nose
+                   sudo pip3 install behave
 
             - name: PHP linting
               run: phpcs --report-width=120 .
@@ -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: