Skip to content

Commit

Permalink
Update tests_in_docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
susan-pgedge authored Jan 16, 2025
1 parent ceadd49 commit 451f411
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/tests_in_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,6 @@ jobs:
--health-timeout 5s
--health-retries 5
services:
postgres:
image: postgres:${{ matrix.pgver }}
ports:
- 6432:5432
- 6433:5433
- 6434:5434
- 6435:5435
- 6436:5436
- 6437:5437
- 6438:5438
- 6439:5439
env:
POSTGRES_USER: lcusr
POSTGRES_PASSWORD: password
POSTGRES_DB: lcdb
options: >-
--health-cmd "pg_isready -U lcusr -d lcdb"
--health-interval 10s
--health-timeout 5s
--health-retries 5
strategy:
matrix:
pgver: [14, 15, 16, 17] # PostgreSQL versions
Expand Down

0 comments on commit 451f411

Please sign in to comment.