We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eda961 commit eb44ed0Copy full SHA for eb44ed0
.github/workflows/rspec-tests.yml
@@ -49,10 +49,10 @@ jobs:
49
MYSQL_ROOT_PASSWORD: password
50
MYSQL_DATABASE: sn_filterable_test
51
options: >-
52
- --health-cmd "mysql health ping"
53
- --health-interval 10s
54
- --health-timeout 10s
55
- --health-retries 10
+ --health-cmd="mysqladmin ping"
+ --health-interval=10s
+ --health-timeout=10s
+ --health-retries=5
56
57
steps:
58
- uses: actions/checkout@v4
0 commit comments