Skip to content

Commit

Permalink
Remove port mapping from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Holmes98 committed Dec 30, 2023
1 parent cb30553 commit 219df96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ jobs:
image: postgres:11
env:
POSTGRES_PASSWORD: postgres
ports: ['5432:5432']
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
redis:
image: redis
ports: ['6379:6379']
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
Expand Down

0 comments on commit 219df96

Please sign in to comment.