Skip to content

Commit 0e31163

Browse files
committed
fix redis url
1 parent 149e3c0 commit 0e31163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/background-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
# Set REDIS_URL for your application/tests
3232
# The service 'redis' will be available on localhost (or redis) at port 6379
33-
REDIS_URL: redis://localhost:6379/0
33+
REDIS_URL: redis://localhost:6379
3434

3535
steps:
3636
- name: Checkout repository

0 commit comments

Comments
 (0)