We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927137c commit c58c9faCopy full SHA for c58c9fa
.github/workflows/ci.yml
@@ -17,18 +17,18 @@ jobs:
17
test:
18
runs-on: ubuntu-latest
19
services:
20
- postgres:
21
- image: postgres
22
- env:
23
- POSTGRES_DB: dbtasks
24
- POSTGRES_PASSWORD: secret
25
- options: >-
26
- --health-cmd pg_isready
27
- --health-interval 10s
28
- --health-timeout 5s
29
- --health-retries 5
30
- ports:
31
- - 5432:5432
+ postgres:
+ image: postgres
+ env:
+ POSTGRES_DB: dbtasks
+ POSTGRES_PASSWORD: secret
+ options: >-
+ --health-cmd pg_isready
+ --health-interval 10s
+ --health-timeout 5s
+ --health-retries 5
+ ports:
+ - 5432:5432
32
strategy:
33
matrix:
34
django-version: ["6.0"]
0 commit comments