Skip to content

Commit

Permalink
Enable Redis access
Browse files Browse the repository at this point in the history
Refs de8290f
  • Loading branch information
thewilkybarkid committed Dec 4, 2023
1 parent de8290f commit 704416d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- '6379:6379'

steps:
- name: 'Checkout code'
Expand Down

0 comments on commit 704416d

Please sign in to comment.