Skip to content

Commit 08226ec

Browse files
authored
Update run-tests.yml
1 parent 72911ce commit 08226ec

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/run-tests.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,7 @@ jobs:
4141

4242
postgres:
4343
image: postgres:17-alpine
44-
restart: unless-stopped
45-
healthcheck:
46-
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
47-
interval: 10s
48-
timeout: 5s
49-
retries: 5
50-
environment:
44+
env:
5145
POSTGRES_DB: query_test
5246
POSTGRES_USER: user
5347
POSTGRES_PASSWORD: secret

0 commit comments

Comments
 (0)