Skip to content

Commit 3df8fdc

Browse files
committed
fix(ci): use NODE_IP to reach the vector db
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 25ba688 commit 3df8fdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-test-k8s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
sed -i 's;<image-tag>.*</image-tag>;<image-tag>local</image-tag>;' context_chat_backend/appinfo/info.xml
285285
timeout 120 ./occ app_api:app:register context_chat_backend k8s_test \
286286
--info-xml context_chat_backend/appinfo/info.xml \
287-
--env EXTERNAL_DB="postgresql+psycopg://root:rootpassword@localhost:4445/nextcloud" \
287+
--env EXTERNAL_DB="postgresql+psycopg://root:rootpassword@${{ env.NODE_IP }}:4445/nextcloud" \
288288
--wait-finish
289289
290290
- name: Run cron jobs

0 commit comments

Comments
 (0)