fix: gh action

pull/9060/head
Luciano Righetti 2023-05-05 10:54:13 +02:00
parent 9760153917
commit 373e210e64
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ jobs:
MYSQL_DATABASE: misp3_test
MYSQL_USER: misp
MYSQL_PASSWORD: misp
ports:
- 3306:3306
options: >-
--health-cmd "mysqladmin ping -h 127.0.0.1 -u $$MYSQL_USER --password=$$MYSQL_PASSWORD"
--health-interval 10s