Skip to content

Commit

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

0 comments on commit abb118f

Please sign in to comment.