File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments