We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149e3c0 commit 0e31163Copy full SHA for 0e31163
.github/workflows/background-tests.yml
@@ -30,7 +30,7 @@ jobs:
30
env:
31
# Set REDIS_URL for your application/tests
32
# The service 'redis' will be available on localhost (or redis) at port 6379
33
- REDIS_URL: redis://localhost:6379/0
+ REDIS_URL: redis://localhost:6379
34
35
steps:
36
- name: Checkout repository
0 commit comments