Skip to content

Commit

Permalink
Extend healthcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley committed Jul 21, 2023
1 parent 23da0d5 commit 5cbc10b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:

phpunit:
runs-on: ubuntu-latest
# container: quantcdn/drupal-ci:9.4.x-dev
container: quantcdn/drupal-ci:9.4.x-dev

services:
mariadb:
image: mariadb:latest
image: mariadb:10.5
ports:
- 3306:3306
env:
Expand All @@ -26,9 +26,9 @@ jobs:
MYSQL_PASSWORD: drupal
options: >-
--health-cmd="mysqladmin ping"
--health-interval=10s
--health-interval=30s
--health-timeout=5s
--health-retries=3
--health-retries=10
steps:
- name: Install Drupal
Expand Down

0 comments on commit 5cbc10b

Please sign in to comment.