Skip to content

Commit

Permalink
Update test-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xbaro committed Sep 30, 2024
1 parent 842669f commit c9979fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ jobs:
db:
image: mariadb
ports:
- 3306:3306
- 3306:3306
env:
MYSQL_ROOT_PASSWORD: '.pelp-password'
MYSQL_DATABASE: pelp
MYSQL_USER: pelp
MYSQL_PASSWORD: pelp-password
options: >-
--health-cmd "/usr/local/bin/healthcheck.sh --su=mysql --connect --innodb_initialized"
--health-interval 5s
Expand Down

0 comments on commit c9979fe

Please sign in to comment.