Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2021-06-02 23:01:29 +02:00
parent 4e2311d45c
commit 559712d115
No known key found for this signature in database
GPG Key ID: CC14BE8FDDEB46B8
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,10 @@ jobs:
tools: phpunit:8.5.2
coverage: none
- name: PHPUnit
run: NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
env:
NOCOVERAGE: true
TEST_SELECTION: NODB
run: bash autotest.sh sqlite
phpunit-oci8:
runs-on: ubuntu-20.04