]> git.openstreetmap.org Git - nominatim.git/commitdiff
CI: run BDD tests with legacy_icu tokenizer
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 21 May 2021 20:40:22 +0000 (22:40 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 21 May 2021 21:18:45 +0000 (23:18 +0200)
.github/workflows/ci-tests.yml

index 3d473751c01614594b8bec09ea0a8d201d2c84d5..b60507bc4511599922d981dbbae2b4135c8ae222 100644 (file)
@@ -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: