Skip to content

Commit c83f040

Browse files
committed
ci: don't log on services
1 parent d26c5ef commit c83f040

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
--health-interval 10s
3333
--health-timeout 10s
3434
--health-retries 10
35+
--log-driver none
3536
ports:
3637
# Maps tcp port 5432 on service container to the host
3738
- 5432:5432
@@ -143,6 +144,7 @@ jobs:
143144
--health-interval 10s
144145
--health-timeout 5s
145146
--health-retries 5
147+
--log-driver none
146148
ports:
147149
- 5432:5432
148150
steps:

0 commit comments

Comments
 (0)