Skip to content

Commit

Permalink
add redis service
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Oct 3, 2023
1 parent aa4a347 commit 4237146
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ jobs:
- name: Dialyzer
run: mix dialyzer

services:
redis:
image: redis:5
ports:
- "6379:6379"
env:
ALLOW_EMPTY_PASSWORD: yes

alls-green:
if: always()
needs:
Expand Down

0 comments on commit 4237146

Please sign in to comment.