ci: redirect /devl paths to /tmp for GitHub CI environment
This commit is contained in:
parent
e0346cfe6c
commit
7f1b870abb
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -35,6 +35,10 @@ jobs:
|
||||||
run: ruff check .
|
run: ruff check .
|
||||||
|
|
||||||
- name: Test
|
- 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
|
run: pytest tests/ -v --tb=short
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue