]> git.openstreetmap.org Git - nominatim.git/commitdiff
adapt CI workflow to new tokenizer name
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 18 Aug 2021 07:08:20 +0000 (09:08 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 18 Aug 2021 07:08:20 +0000 (09:08 +0200)
.github/workflows/ci-tests.yml

index cea270914bf6a8760f1e4a3962a839a5028ea035..98ff4208187b95b56adf1445c16749e6cecb1671 100644 (file)
@@ -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