ci: add redis for testing
This commit is contained in:
parent
8657228e02
commit
f1ed0d5f6c
@ -6,6 +6,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
|
redis:
|
||||||
|
image: redis:7.4.1-alpine
|
||||||
|
command: redis-server --save 20 1 --loglevel warning --requirepass development
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:17-alpine
|
image: postgres:17-alpine
|
||||||
|
|
||||||
@ -44,4 +47,6 @@ jobs:
|
|||||||
run: bun test:api
|
run: bun test:api
|
||||||
env:
|
env:
|
||||||
NODE_ENV: test
|
NODE_ENV: test
|
||||||
POSTGRES_URL: postgres://postgres:postgres@postgres:5432/postgres
|
POSTGRES_URL: postgres://postgres:postgres@postgres:5432/postgres
|
||||||
|
REDIS_URL: redis://redis:6379
|
||||||
|
REDIS_PASSWORD: development
|
Loading…
Reference in New Issue
Block a user