Use compose broker URL for edge gateway smoke

This commit is contained in:
Jeppe B
2026-05-29 15:29:41 +02:00
parent 04e47a2e6d
commit 5e6b340f8c
+1
View File
@@ -144,6 +144,7 @@ jobs:
set -euo pipefail
cp .github/ci.env .env
cp .github/ci.env.staging .env.staging
printf '\nEDGE_PUBLIC_BROKER_URL=http://edge-broker:4300\n' >> .env
- name: Setup Node.js
uses: actions/setup-node@v4