Update ci.yml

Fix mariadb health check
This commit is contained in:
Aurora Lahtela 2023-06-11 14:46:29 +03:00 committed by GitHub
parent bc2b79654a
commit b09f81a891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
MYSQL_PASSWORD: password MYSQL_PASSWORD: password
MYSQL_DATABASE: test MYSQL_DATABASE: test
MYSQL_ROOT_PASSWORD: password MYSQL_ROOT_PASSWORD: password
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 options: --health-cmd="mariadb-admin ping" --health-interval=5s --health-timeout=2s --health-retries=3
steps: steps:
- name: 📥 Checkout git repository - name: 📥 Checkout git repository