Skip to content

Commit 2cd2e89

Browse files
committed
[ci] Fixed CI
1 parent dfefefb commit 2cd2e89

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,6 @@ jobs:
1515
name: Python==${{ matrix.python-version }} | ${{ matrix.django-version }}
1616
runs-on: ubuntu-22.04
1717

18-
services:
19-
redis:
20-
image: redis
21-
ports:
22-
- 6379:6379
23-
postgres:
24-
image: postgis/postgis:13-3.3-alpine
25-
env:
26-
POSTGRES_PASSWORD: openwisp2
27-
POSTGRES_USER: openwisp2
28-
POSTGRES_DB: openwisp2
29-
ports:
30-
- 5432:5432
31-
3218
strategy:
3319
fail-fast: false
3420
matrix:

0 commit comments

Comments
 (0)