Skip to content

Commit

Permalink
try entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
croyfish committed Nov 12, 2024
1 parent abb118f commit 93c5605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_HOST_AUTH_METHOD: trust
command: postgres -c shared_buffers=64MB -c work_mem=4MB
entrypoint: ["postgres", "-c", "shared_buffers=64MB", "-c", "work_mem=4MB"]
options: >-
--health-cmd="pg_isready -U postgres"
--health-interval=10s
Expand All @@ -36,7 +36,7 @@ jobs:
image: mysql:5.6
env:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
command: --innodb-buffer-pool-size=64M
entrypoint: ["mysqld", "--innodb-buffer-pool-size=64M"]
options: >-
--health-cmd="mysqladmin ping --silent"
--health-interval=10s
Expand Down

0 comments on commit 93c5605

Please sign in to comment.