Skip to content

Commit

Permalink
fix(hotfix): cors not properly configured (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
arein authored Feb 7, 2023
1 parent 60f1817 commit eecd5ee
Show file tree
Hide file tree
Showing 11 changed files with 723 additions and 387 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
postgres-tenant:
image: postgres
env:
POSTGRES_HOST_AUTH_METHOD: trust
ports:
- 5433:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
strategy:
fail-fast: false
matrix:
Expand Down
Loading

0 comments on commit eecd5ee

Please sign in to comment.