Skip to content

Commit eb44ed0

Browse files
committed
chore(ci): tweak mysql healthcheck
1 parent 8eda961 commit eb44ed0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rspec-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
MYSQL_ROOT_PASSWORD: password
5050
MYSQL_DATABASE: sn_filterable_test
5151
options: >-
52-
--health-cmd "mysql health ping"
53-
--health-interval 10s
54-
--health-timeout 10s
55-
--health-retries 10
52+
--health-cmd="mysqladmin ping"
53+
--health-interval=10s
54+
--health-timeout=10s
55+
--health-retries=5
5656
5757
steps:
5858
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)