Validate compose contracts in CI and enhance edge-broker tests with a unified file reading utility
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user