From 5212390f90c3a0dc4c0581d7496729eeb4e51d67 Mon Sep 17 00:00:00 2001 From: Roberto Politi Date: Thu, 9 Jul 2026 14:42:08 +0000 Subject: [PATCH] Fixed CI test --- .github/workflows/ci-compose-up-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-compose-up-test.yml b/.github/workflows/ci-compose-up-test.yml index 5f13533..c791b7e 100644 --- a/.github/workflows/ci-compose-up-test.yml +++ b/.github/workflows/ci-compose-up-test.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + - name: Create .env files from examples + run: ./wizard.py init - name: Generate runtime compose file run: ./wizard.py generate - name: Start services