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:
Kevin Turcios 2026-02-23 03:43:33 -05:00
parent bf4e38c301
commit 40ff909b03

View file

@ -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: