Validate compose contracts in CI and enhance edge-broker tests with a unified file reading utility

This commit is contained in:
Jeppe Bundgaard
2026-04-14 16:54:10 +02:00
parent 7a4463c1b3
commit b21d0ce708
2 changed files with 31 additions and 26 deletions
+5
View File
@@ -74,6 +74,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Validate compose contracts
run: |
docker compose -f docker-compose.yml -f docker-compose.prod.yml config > /dev/null
docker compose -f docker-compose.example.yml config > /dev/null
- name: Setup Node.js
uses: actions/setup-node@v4
with: