diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eaa7cc8..1867cf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,9 @@ jobs: tests/test_dashboard_apps_card_default_nav_contract.py -q + - name: Prepare compose env file for config validation + run: cp .env.example .env + - name: Validate Docker Compose files run: | docker compose -f docker-compose.yml config -q