add redis to github action test
This commit is contained in:
parent
968b831b99
commit
2f891f9df5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/django.yml
vendored
4
.github/workflows/django.yml
vendored
|
@ -10,6 +10,10 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
ports:
|
||||
- 6379:6379
|
||||
db:
|
||||
image: postgres:12.13-alpine
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue