Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Oct 22, 2024
1 parent 966377b commit ea2f870
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: laravel
args: [
"--default-authentication-plugin=mysql_native_password"
]
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
entrypoint: [
"docker-entrypoint.sh",
"mysqld",
"--default-authentication-plugin=mysql_native_password"
]

strategy:
fail-fast: true
Expand Down

0 comments on commit ea2f870

Please sign in to comment.