Skip to content

Commit 157ad9f

Browse files
committed
fix: tests workflow
1 parent e3cfd23 commit 157ad9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
POSTGRES_USER: codex
3232
POSTGRES_DB: notes
3333
POSTGRES_PASSWORD: postgres
34-
ports:
35-
- 127.0.0.1:5432:5432
34+
# ports:
35+
# - 127.0.0.1:5432:5432
3636
options: >-
3737
--health-cmd pg_isready
3838
--health-interval 10s
3939
--health-timeout 5s
4040
--health-retries 5
41-
volumes:
42-
- ./database:/var/lib/postgresql/data
41+
# volumes:
42+
# - ./database:/var/lib/postgresql/data
4343

4444
steps:
4545
- name: Wait for PostgreSQL

0 commit comments

Comments
 (0)