php unit tests don't work on ubuntu 18

This commit is contained in:
Sarah Hoffmann
2022-01-25 14:03:55 +01:00
parent 39e300640e
commit 9b31ffaa9f

View File

@@ -99,6 +99,7 @@ jobs:
- name: PHP unit tests
run: phpunit ./
working-directory: Nominatim/test/php
if: matrix.ubuntu == 20
- name: Python unit tests
run: $PYTEST test/python