We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631fa48 commit e3cfd23Copy full SHA for e3cfd23
1 file changed
.github/workflows/run-tests.yml
@@ -38,8 +38,8 @@ jobs:
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