Skip to content

Commit

Permalink
redis pass ports
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Apr 2, 2024
1 parent b91d2c8 commit 442eb57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
services:
redis:
image: redis
ports:
- 6379:6379
postgres:
image: postgres
env:
Expand All @@ -50,7 +52,7 @@ jobs:
- run: cp .env.example .env
- run: bun test
env:
redis.connectionString.test: "rediss://redis:6379/1"
redis.connectionString.test: "redis://redis:6379/1"

complete:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 442eb57

Please sign in to comment.