Use bash
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
4e2311d45c
commit
559712d115
|
@ -26,7 +26,10 @@ jobs:
|
||||||
tools: phpunit:8.5.2
|
tools: phpunit:8.5.2
|
||||||
coverage: none
|
coverage: none
|
||||||
- name: PHPUnit
|
- name: PHPUnit
|
||||||
run: NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
env:
|
||||||
|
NOCOVERAGE: true
|
||||||
|
TEST_SELECTION: NODB
|
||||||
|
run: bash autotest.sh sqlite
|
||||||
|
|
||||||
phpunit-oci8:
|
phpunit-oci8:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
Loading…
Reference in New Issue