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 a4b0aaa
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ash-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,9 @@ 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
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5
ports:
- 3306:3306
steps:
- uses: actions/checkout@v3
- uses: team-alembic/staple-actions/actions/mix-task@main
Expand Down

0 comments on commit a4b0aaa

Please sign in to comment.