ci: redirect /devl paths to /tmp for GitHub CI environment
Some checks failed
CI / Backend (Python) (push) Successful in 1m15s
CI / Frontend (Vue) (push) Successful in 20s
Mirror / mirror (push) Failing after 8s

This commit is contained in:
pyr0ball 2026-07-07 22:10:50 -07:00
parent e0346cfe6c
commit 7f1b870abb

View file

@ -35,6 +35,10 @@ jobs:
run: ruff check .
- name: Test
env:
STAGING_DB: /tmp/peregrine-ci.db
CLOUD_DATA_ROOT: /tmp/peregrine-ci-cloud
PEREGRINE_LOG_DIR: /tmp/peregrine-ci-logs
run: pytest tests/ -v --tb=short
frontend: