mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-15 21:21:00 +00:00
Add Redis to CI.
This commit is contained in:
parent
5512de52ca
commit
5eb7cd2df5
1 changed files with 8 additions and 0 deletions
8
.github/workflows/general.yml
vendored
8
.github/workflows/general.yml
vendored
|
@ -28,6 +28,10 @@ jobs:
|
|||
POSTGRES_DB: postgres
|
||||
ports:
|
||||
- 5432:5432
|
||||
redis:
|
||||
image: redis:6
|
||||
ports:
|
||||
- 6379:6379
|
||||
env:
|
||||
SQLX_VERSION: 0.5.7
|
||||
SQLX_FEATURES: postgres
|
||||
|
@ -173,6 +177,10 @@ jobs:
|
|||
POSTGRES_DB: postgres
|
||||
ports:
|
||||
- 5432:5432
|
||||
redis:
|
||||
image: redis:6
|
||||
ports:
|
||||
- 6379:6379
|
||||
env:
|
||||
SQLX_VERSION: 0.5.7
|
||||
SQLX_FEATURES: postgres
|
||||
|
|
Loading…
Reference in a new issue