add pytest run to ci (#2525)

This commit is contained in:
Shuchang Zheng
2025-05-29 14:13:28 -07:00
committed by GitHub
parent 4bfb7114ca
commit ed9dda6d8f

View File

@@ -119,6 +119,11 @@ jobs:
ENABLE_BEDROCK: "true"
with:
args: "run --hook-stage manual alembic-check"
- name: trigger tests
env:
ENABLE_OPENAI: "true"
OPENAI_API_KEY: "sk-dummy"
run: poetry run pytest tests
fe-lint-build:
runs-on: ubuntu-latest