From ed9dda6d8ff17cabcf41a9ef04350e54c5b611d0 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 29 May 2025 14:13:28 -0700 Subject: [PATCH] add pytest run to ci (#2525) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b758139..d76b242b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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