Skip to content

Commit

Permalink
ci: don't log on services
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Mar 1, 2023
1 parent 939b275 commit 32c828d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
--health-interval 10s
--health-timeout 10s
--health-retries 10
--log-driver none
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
Expand Down Expand Up @@ -143,6 +144,7 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
--log-driver none
ports:
- 5432:5432
steps:
Expand Down

0 comments on commit 32c828d

Please sign in to comment.