Skip to content

Commit

Permalink
chore: try to please github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lejoko committed May 27, 2024
1 parent 6d21616 commit 74473a7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ash-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,7 @@ jobs:
image: mysql:${{inputs.mysql-version}}
env:
MYSQL_ROOT_PASSWORD: root
options: >-
--health-cmd "mysqladmin ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5
ports:
- 3306:3306
steps:
Expand Down

0 comments on commit 74473a7

Please sign in to comment.