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 0460521 commit ecf757aCopy full SHA for ecf757a
.github/workflows/rails_application.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
env:
12
WORKING_DIRECTORY: rails_application
13
- REDIS_URL: redis://localhost:6379/0
+ REDIS_TLS_URL: redis://localhost:6379/0
14
services:
15
postgres_11:
16
image: postgres:11
@@ -57,7 +57,7 @@ jobs:
57
strategy:
58
59
60
61
62
63
0 commit comments