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