Skip to content

Commit f29e95c

Browse files
committed
mysql root user
1 parent bdc0582 commit f29e95c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,15 @@ jobs:
143143
image: postgres:17
144144
env:
145145
POSTGRES_USER: alchemy_user
146-
POSTGRES_PASSWORD: password
146+
POSTGRES_HOST_AUTH_METHOD: trust
147147
ports: ["5432:5432"]
148148
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
149149
mariadb:
150150
image: mariadb:latest
151151
ports: ["3307:3306"]
152152
env:
153153
MARIADB_USER: alchemy_user
154-
MARIADB_PASSWORD: password
155-
MARIADB_ROOT_PASSWORD: password
154+
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1
156155
options: --health-cmd="mariadb-admin ping" --health-interval=10s --health-timeout=5s --health-retries=5
157156
steps:
158157
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)