add pytest run to ci (#2525)
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -119,6 +119,11 @@ jobs:
|
|||||||
ENABLE_BEDROCK: "true"
|
ENABLE_BEDROCK: "true"
|
||||||
with:
|
with:
|
||||||
args: "run --hook-stage manual alembic-check"
|
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:
|
fe-lint-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user