Skip to content

Commit

Permalink
change redis host env var
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-santos committed Oct 26, 2023
1 parent d9ad8ec commit fa4b19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
REDIS_DB: 1
REDIS_PORT: 6379
REDIS_HOST: 127.0.0.1
REDIS_HOST: nest-clean-cache

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fa4b19b

Please sign in to comment.