We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ba688 commit 3df8fdcCopy full SHA for 3df8fdc
1 file changed
.github/workflows/integration-test-k8s.yml
@@ -284,7 +284,7 @@ jobs:
284
sed -i 's;<image-tag>.*</image-tag>;<image-tag>local</image-tag>;' context_chat_backend/appinfo/info.xml
285
timeout 120 ./occ app_api:app:register context_chat_backend k8s_test \
286
--info-xml context_chat_backend/appinfo/info.xml \
287
- --env EXTERNAL_DB="postgresql+psycopg://root:rootpassword@localhost:4445/nextcloud" \
+ --env EXTERNAL_DB="postgresql+psycopg://root:rootpassword@${{ env.NODE_IP }}:4445/nextcloud" \
288
--wait-finish
289
290
- name: Run cron jobs
0 commit comments