mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
update with environment keys
This commit is contained in:
parent
b05ed09bc7
commit
00c53bfd71
2
.github/workflows/template_test.yml
vendored
2
.github/workflows/template_test.yml
vendored
@ -167,7 +167,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
TEST_DIRS='["tests/integration/backend"]'
|
||||
TEST_ENVS_JSON='["ENVIRONMENT=dev","TESTING=1"]'
|
||||
TEST_ENVS_JSON='["ENVIRONMENT=dev","TESTING=1", "DEEPSEEK_API_KEY=sk-XXXXXXXXXX","TAVILY_API_KEY=tvly-dev-wXXXXXX"]'
|
||||
RESULTS_PATH="${{ inputs.testResultsPath }}"
|
||||
STAGING_DIR="${{ runner.temp }}/test-results" # Use runner temp dir for results
|
||||
mkdir -p "$STAGING_DIR"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user