X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/63ad0cb498b9f7597680dd133e781094fed3ee05..a74e736283c7871a2c47494f18cc65da6b43bccb:/.github/workflows/ci-tests.yml diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index cbb7aa6c..4b019bce 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -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: