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: