From: Sarah Hoffmann Date: Wed, 18 Aug 2021 07:08:20 +0000 (+0200) Subject: adapt CI workflow to new tokenizer name X-Git-Tag: v4.0.0~39^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/f6d22df76e8293c47a73931461c03a39f2df331f adapt CI workflow to new tokenizer name --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index cea27091..98ff4208 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -103,9 +103,9 @@ jobs: working-directory: Nominatim/test/bdd if: matrix.ubuntu == 18 - - name: BDD tests (legacy_icu tokenizer) + - name: BDD tests (icu tokenizer) run: | - behave -DREMOVE_TEMPLATE=1 -DBUILDDIR=$GITHUB_WORKSPACE/build -DTOKENIZER=legacy_icu --format=progress3 + behave -DREMOVE_TEMPLATE=1 -DBUILDDIR=$GITHUB_WORKSPACE/build -DTOKENIZER=icu --format=progress3 working-directory: Nominatim/test/bdd - name: Upload coverage to Codecov