fix: add DATABASE_URL and DJANGO_SETTINGS_MODULE to pr-review workflow
Coverage analysis in the Claude pr-review job needs these env vars to run pytest, matching how django-unit-tests and codeflash-aiservice workflows configure them.
This commit is contained in:
parent
bf4e38c301
commit
40ff909b03
1 changed files with 2 additions and 0 deletions
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
|
|
@ -168,6 +168,8 @@ jobs:
|
|||
env:
|
||||
ANTHROPIC_FOUNDRY_API_KEY: ${{ secrets.ANTHROPIC_FOUNDRY_API_KEY }}
|
||||
ANTHROPIC_FOUNDRY_BASE_URL: ${{ secrets.ANTHROPIC_FOUNDRY_BASE_URL }}
|
||||
DATABASE_URL: ${{ secrets.DATABASE_URL }}
|
||||
DJANGO_SETTINGS_MODULE: aiservice.settings
|
||||
|
||||
# @claude mentions (can edit and push)
|
||||
claude-mention:
|
||||
|
|
|
|||
Loading…
Reference in a new issue