Skip to content

Commit 13283d1

Browse files
committed
standardise on Compose
1 parent fb6a476 commit 13283d1

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,6 @@ jobs:
1919
matrix:
2020
python-version: ["3.11", "3.12"]
2121

22-
services:
23-
default-database:
24-
image: postgres:15.5-alpine
25-
env:
26-
POSTGRES_HOST_AUTH_METHOD: trust
27-
ports: ["6543:5432"]
28-
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
29-
30-
task-processor-database:
31-
image: postgres:15.5-alpine
32-
env:
33-
POSTGRES_HOST_AUTH_METHOD: trust
34-
ports: ["6544:5432"]
35-
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
36-
3722
steps:
3823
- uses: actions/checkout@v4
3924

@@ -46,7 +31,7 @@ jobs:
4631
- name: Check for missing migrations
4732
env:
4833
opts: --no-input --dry-run --check
49-
run: make django-make-migrations
34+
run: make docker-up django-make-migrations
5035

5136
- name: Check for new typing errors
5237
run: make typecheck

0 commit comments

Comments
 (0)