Skip to content

Commit a4ca7ee

Browse files
committed
chore: comment out PostgreSQL service configuration in CI workflow
1 parent 0318e12 commit a4ca7ee

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ jobs:
1313
matrix:
1414
python-version: ['3.12', '3.13']
1515

16-
services:
17-
# Optional: PostgreSQL service for more comprehensive testing
18-
# postgres:
19-
# image: postgres:15
20-
# env:
21-
# POSTGRES_PASSWORD: postgres
22-
# POSTGRES_DB: test_db
23-
# options: >-
24-
# --health-cmd pg_isready
25-
# --health-interval 10s
26-
# --health-timeout 5s
27-
# --health-retries 5
28-
# ports:
29-
# - 5432:5432
16+
# services:
17+
# Optional: PostgreSQL service for more comprehensive testing
18+
# postgres:
19+
# image: postgres:15
20+
# env:
21+
# POSTGRES_PASSWORD: postgres
22+
# POSTGRES_DB: test_db
23+
# options: >-
24+
# --health-cmd pg_isready
25+
# --health-interval 10s
26+
# --health-timeout 5s
27+
# --health-retries 5
28+
# ports:
29+
# - 5432:5432
3030

3131
steps:
3232
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)