Skip to content

Commit

Permalink
add redis test service
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed May 13, 2024
1 parent e0a8e0a commit a927657
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
redis:
image: redis:6.0
ports:
- 6379:6379
env:
RP_SIDEKICK_DATABASE: postgres://postgres:postgres@localhost/rp_sidekick
steps:
Expand Down

0 comments on commit a927657

Please sign in to comment.