Try redis without command

zamilmajdy/random-test-on-ci
Zamil Majdy 2024-09-27 11:24:53 -05:00
parent 327540bd2b
commit f916613457
1 changed files with 5 additions and 3 deletions

View File

@ -34,8 +34,9 @@ jobs:
services:
redis:
image: redis:6.2
command: ["redis-server", "--requirepass", "password4ci"]
image: bitnami/redis:6.2
env:
REDIS_PASSWORD: testpassword
ports:
- 6379:6379
@ -116,7 +117,8 @@ jobs:
SUPABASE_JWT_SECRET: ${{ steps.supabase.outputs.JWT_SECRET }}
REDIS_HOST: 'localhost'
REDIS_PORT: '6379'
REDIS_PASSWORD: 'password4ci'
REDIS_PASSWORD: 'testpassword'
env:
CI: true
PLAIN_OUTPUT: True