fix(ci): add OAuth env vars to release workflow test step
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -25,6 +25,9 @@ jobs:
|
|||||||
run: pip install -e ".[dev]"
|
run: pip install -e ".[dev]"
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
env:
|
||||||
|
OAUTH_STORAGE_PATH: ${{ runner.temp }}/oauth-test-data
|
||||||
|
MASTER_API_KEY: test-master-key-for-ci
|
||||||
run: pytest tests/ -v --tb=short
|
run: pytest tests/ -v --tb=short
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
|
|||||||
Reference in New Issue
Block a user