Skip to content

Commit

Permalink
use REDIS_TLS_URL in github actions too
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejkrzywda committed Nov 3, 2024
1 parent 0460521 commit ecf757a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rails_application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
env:
WORKING_DIRECTORY: rails_application
REDIS_URL: redis://localhost:6379/0
REDIS_TLS_URL: redis://localhost:6379/0
services:
postgres_11:
image: postgres:11
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
fail-fast: false
env:
REDIS_URL: redis://localhost:6379/0
REDIS_TLS_URL: redis://localhost:6379/0
WORKING_DIRECTORY: rails_application
services:
postgres_11:
Expand Down

0 comments on commit ecf757a

Please sign in to comment.