Skip to content

Commit

Permalink
try-again
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Jun 28, 2024
1 parent 91bd838 commit f2e6445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/abstract_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
mysql:
image: mysql:latest
ports:
- 3308:3308
- 3308:3306
env:
MYSQL_DATABASE: "gleam_cake_test"
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_TCP_PORT: 3308
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
MYSQL_TCP_PORT: 3306
# options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
needs: deps
strategy:
fail-fast: true
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ services:
environment:
MYSQL_DATABASE: "gleam_cake_test"
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_TCP_PORT: 3308
MYSQL_TCP_PORT: 3306
ports:
- "127.0.0.1:3308:3308"
- "127.0.0.1:3308:3306"
volumes:
- ./docker/data/mysql-data:/var/lib/mysql
healthcheck:
Expand Down

0 comments on commit f2e6445

Please sign in to comment.