Skip to content

Commit

Permalink
specify database
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed May 24, 2024
1 parent 8e3acb3 commit 4bb3e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
docker compose exec -T \
store_pgsql \
psql -U postgres -c "CREATE EXTENSION IF NOT EXISTS vector;"
psql -U postgres -d test_db -c "CREATE EXTENSION IF NOT EXISTS vector;"
-
name: Backend Tests
Expand Down Expand Up @@ -452,7 +452,7 @@ jobs:
docker compose exec -T \
store_pgsql \
psql -U postgres -c "CREATE EXTENSION IF NOT EXISTS vector;"
psql -U postgres -d neurostore -c "CREATE EXTENSION IF NOT EXISTS vector;"
-
name: Initialize Compose Database
run: |
Expand Down

0 comments on commit 4bb3e6a

Please sign in to comment.