Skip to content

Commit

Permalink
Fix mariadb being a total jerk
Browse files Browse the repository at this point in the history
  • Loading branch information
realVinayak committed Jun 13, 2023
1 parent b7a1e44 commit 32a8c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
MYSQL_PASSWORD: MasterPassword
MYSQL_DATABASE: test_SpecifyDB
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:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 32a8c56

Please sign in to comment.