mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
add pytest run to ci (#2525)
This commit is contained in:
parent
4bfb7114ca
commit
ed9dda6d8f
1 changed files with 5 additions and 0 deletions
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue