Define Redis host for github actions
This commit is contained in:
parent
1d64f1474a
commit
1c676defd6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/parallel.yml
vendored
1
.github/workflows/parallel.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
DB_USERNAME: root
|
||||
DB_PASSWORD: ninja
|
||||
DB_HOST: '127.0.0.1'
|
||||
REDIS_HOST: redis
|
||||
REDIS_PORT: 6379
|
||||
BROADCAST_DRIVER: log
|
||||
CACHE_DRIVER: redis
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue