Skip to content

Commit

Permalink
Fix(?) problems
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Sep 11, 2023
1 parent 09b2c69 commit bc6b1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perltest.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
MYSQL_PASSWORD: strongpassword
MYSQL_ROOT_PASSWORD: sekrit
MYSQL_DATABASE: succession
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
env:
SUCC_DB_USER: succession
SUCC_DB_HOST: 127.0.0.1
Expand Down

0 comments on commit bc6b1d7

Please sign in to comment.