Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
sammynave committed Dec 15, 2023
1 parent 137ee1e commit 367875a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
redis:
image: redis
options: >-
Expand All @@ -63,5 +66,5 @@ jobs:
- name: Test
run: pnpm run ci:integration
env:
DATABASE_URL: postgres
DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/startup
REDIS_WS_SERVER: redis

0 comments on commit 367875a

Please sign in to comment.