From 69c4f15ce7d87f43c715eb16b85b6cc92dd66c01 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Thu, 19 Feb 2026 11:14:52 +0100 Subject: [PATCH] Prepare config.yaml from sample in CI before Cypress --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cee0466..60cd101 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,9 @@ jobs: - name: Install Python dependencies run: pip install -r app/requirements.txt + - name: Prepare app config for CI + run: cp app/config.sample.yaml app/config.yaml + - name: Set up Node.js uses: actions/setup-node@v4 with: