Skip to content

Commit

Permalink
Add another postgres instance to test multi-tenant configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Sep 27, 2023
1 parent 097749b commit 8e4a835
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
postgres2:
image: postgres
env:
POSTGRES_HOST: postgres2
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- 5433:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand Down

0 comments on commit 8e4a835

Please sign in to comment.