From: Sarah Hoffmann Date: Fri, 21 May 2021 20:40:22 +0000 (+0200) Subject: CI: run BDD tests with legacy_icu tokenizer X-Git-Tag: v4.0.0~75^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/8f3429939ff0566d9ca848d3909540e4bb92b474 CI: run BDD tests with legacy_icu tokenizer --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 3d473751..b60507bc 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -71,6 +71,11 @@ jobs: vendor/bin/phpcov merge --clover ../../coverage-bdd.xml ./cov working-directory: Nominatim/test/bdd + - name: BDD tests (legacy_icu tokenizer) + run: | + behave -DREMOVE_TEMPLATE=1 -DBUILDDIR=$GITHUB_WORKSPACE/build -DTOKENIZER=legacy_icu --format=progress3 + working-directory: Nominatim/test/bdd + - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: