We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cfd23 commit 157ad9fCopy full SHA for 157ad9f
1 file changed
.github/workflows/run-tests.yml
@@ -31,15 +31,15 @@ jobs:
31
POSTGRES_USER: codex
32
POSTGRES_DB: notes
33
POSTGRES_PASSWORD: postgres
34
- ports:
35
- - 127.0.0.1:5432:5432
+ # ports:
+ # - 127.0.0.1:5432:5432
36
options: >-
37
--health-cmd pg_isready
38
--health-interval 10s
39
--health-timeout 5s
40
--health-retries 5
41
- volumes:
42
- - ./database:/var/lib/postgresql/data
+ # volumes:
+ # - ./database:/var/lib/postgresql/data
43
44
steps:
45
- name: Wait for PostgreSQL
0 commit comments