Skip to content

Commit

Permalink
wip-mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Jun 28, 2024
1 parent 3cc8973 commit a73fcdd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/abstract_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ jobs:
--health-retries 5
ports:
- 5432:5432
mariadb:
image: mariadb:latest
ports:
- 3306:3306
env:
MARIADB_DATABASE: gleam_cake_test
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: true
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
# mariadb:
# image: mariadb:latest
# ports:
# - 3306:3306
# env:
# MARIADB_DATABASE: gleam_cake_test
# MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: true
# options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
mysql:
image: mysql:latest
ports:
- 3307:3306
env:
MARIADB_DATABASE: gleam_cake_test
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: true
MYSQL_DATABASE: "gleam_cake_test"
MYSQL_ALLOW_EMPTY_PASSWORD: true
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
needs: deps
strategy:
Expand Down

0 comments on commit a73fcdd

Please sign in to comment.