From 86cd5ddd65614dd4b8e06db54fd56afdaeeb1374 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 9 Jan 2021 17:58:06 +0100 Subject: [PATCH] also run BDD API tests in CI --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.45.1