From: Sarah Hoffmann Date: Sat, 9 Jan 2021 16:58:06 +0000 (+0100) Subject: also run BDD API tests in CI X-Git-Tag: v3.7.0~58^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/86cd5ddd65614dd4b8e06db54fd56afdaeeb1374 also run BDD API tests in CI --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 3daf6ccc..4b019bce 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -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: