Skip to content

Commit c58c9fa

Browse files
committed
YAML'd
1 parent 927137c commit c58c9fa

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
test:
1818
runs-on: ubuntu-latest
1919
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
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
3232
strategy:
3333
matrix:
3434
django-version: ["6.0"]

0 commit comments

Comments
 (0)