Skip to content

Commit

Permalink
fix(workflows): mariadb deprecated some mysql stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwacko committed Feb 16, 2024
1 parent a1c1b10 commit 1ac7a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/synth-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- 3307:3306
options: >-
--name mariadb-synth-harness
--health-cmd="mysqladmin ping"
--health-cmd="mariadb-admin ping"
--health-interval=10s
--health-timeout=5s
--health-retries=5
Expand Down

0 comments on commit 1ac7a4b

Please sign in to comment.