Skip to content

Commit

Permalink
Try with standard postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
michalwarda committed Feb 17, 2024
1 parent 83d2a6e commit 5ace7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

services:
postgres:
image: ankane/pgvector:latest
image: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down
1 change: 1 addition & 0 deletions apps/api/config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ config :buildel, Buildel.Repo,
password: System.get_env("POSTGRES_PASSWORD", "postgres"),
hostname: System.get_env("POSTGRES_HOST", "localhost"),
database: "buildel_test#{System.get_env("MIX_TEST_PARTITION")}",

port: String.to_integer(System.get_env("POSTGRES_PORT", "54321")),
pool: Ecto.Adapters.SQL.Sandbox,
pool_size: 10
Expand Down

0 comments on commit 5ace7f7

Please sign in to comment.