Skip to content

Commit ecf757a

Browse files
use REDIS_TLS_URL in github actions too
1 parent 0460521 commit ecf757a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rails_application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
env:
1212
WORKING_DIRECTORY: rails_application
13-
REDIS_URL: redis://localhost:6379/0
13+
REDIS_TLS_URL: redis://localhost:6379/0
1414
services:
1515
postgres_11:
1616
image: postgres:11
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
env:
60-
REDIS_URL: redis://localhost:6379/0
60+
REDIS_TLS_URL: redis://localhost:6379/0
6161
WORKING_DIRECTORY: rails_application
6262
services:
6363
postgres_11:

0 commit comments

Comments
 (0)