actions: enable sqlite testing

This commit is contained in:
Sarah Hoffmann
2023-10-12 16:00:28 +02:00
parent 37488ee82b
commit 1149578e8f
2 changed files with 8 additions and 5 deletions

View File

@@ -113,18 +113,21 @@ jobs:
if: matrix.flavour == 'oldstuff'
- name: Install Python webservers
run: pip3 install falcon starlette
run: pip3 install falcon starlette asgi_lifespan
- name: Install latest pylint
run: pip3 install -U pylint asgi_lifespan
run: pip3 install -U pylint
if: matrix.flavour != 'oldstuff'
- name: PHP linting
run: phpcs --report-width=120 .
working-directory: Nominatim
if: matrix.flavour != 'oldstuff'
- name: Python linting
run: python3 -m pylint nominatim
working-directory: Nominatim
if: matrix.flavour != 'oldstuff'
- name: PHP unit tests
run: phpunit ./