Prepare config.yaml from sample in CI before Cypress

This commit is contained in:
2026-02-19 11:14:52 +01:00
parent 56c1b0d0cd
commit 69c4f15ce7

View File

@@ -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: