Fix API CI broker and transport fixtures

This commit is contained in:
Jeppe Bundgaard
2026-07-01 11:09:38 +02:00
parent 24badc39d7
commit 6af55a44c9
4 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ jobs:
set -euo pipefail
cp .github/ci.env .env
cp .github/ci.env.staging .env.staging
printf '\nEDGE_PUBLIC_BROKER_URL=http://localhost:%s/edge-broker\n' "$EDGE_BROKER_CI_PORT" >> .env
printf '\nEDGE_PUBLIC_BROKER_URL=http://edge-broker:4300/edge-broker\n' >> .env
- name: Setup Node.js
uses: actions/setup-node@v4