From ea7197b8951a9b7aef5a44d9bfeb31f73f3cbb5a Mon Sep 17 00:00:00 2001 From: "nedas.vi" Date: Tue, 28 Apr 2026 17:31:21 +0300 Subject: [PATCH] ci: prepare env file before compose config validation --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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