Skip to content

Commit

Permalink
Merge pull request #33 from quangdangfit/redis-cache
Browse files Browse the repository at this point in the history
update ci for redis cache
  • Loading branch information
quangdangfit authored Jun 11, 2023
2 parents 89288b9 + 3e86d85 commit b0fb832
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
env:
environment: testing
database_uri: postgres://postgres:test@localhost:5432/postgres
redis_uri: localhost:6379

services:
postgres:
Expand All @@ -23,6 +24,10 @@ jobs:
POSTGRES_PASSWORD: "test"
ports:
- 5432:5432
redis:
image: redis:alpine
ports:
- 6379:6379

steps:
- name: Checkout source code
Expand Down

0 comments on commit b0fb832

Please sign in to comment.