This commit is contained in:
Lukas Reschke 2021-06-02 23:41:31 +02:00
parent 0acd7dc933
commit 7f47c90f37
1 changed files with 11 additions and 0 deletions

View File

@ -34,6 +34,17 @@ jobs:
TEST_SELECTION: NODB
run: bash autotest.sh sqlite
services:
redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- "6379:6379"
phpunit-sqlite:
runs-on: ubuntu-20.04
strategy: