We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc0582 commit f29e95cCopy full SHA for f29e95c
1 file changed
.github/workflows/build_test.yml
@@ -143,16 +143,15 @@ jobs:
143
image: postgres:17
144
env:
145
POSTGRES_USER: alchemy_user
146
- POSTGRES_PASSWORD: password
+ POSTGRES_HOST_AUTH_METHOD: trust
147
ports: ["5432:5432"]
148
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
149
mariadb:
150
image: mariadb:latest
151
ports: ["3307:3306"]
152
153
MARIADB_USER: alchemy_user
154
- MARIADB_PASSWORD: password
155
- MARIADB_ROOT_PASSWORD: password
+ MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1
156
options: --health-cmd="mariadb-admin ping" --health-interval=10s --health-timeout=5s --health-retries=5
157
steps:
158
- uses: actions/checkout@v6
0 commit comments