Compare commits

...

1 Commits

Author SHA1 Message Date
04c017bcb3 fix: CI stability — reduce deps, increase timeout
Some checks failed
Forge CI / smoke-and-build (push) Failing after 28s
2026-04-11 00:32:20 +00:00

View File

@@ -13,7 +13,7 @@ concurrency:
jobs:
smoke-and-build:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -31,7 +31,7 @@ jobs:
run: |
uv venv .venv --python 3.11
source .venv/bin/activate
uv pip install -e ".[all,dev]"
uv pip install -e ".[dev]"
- name: Smoke tests
run: |
@@ -55,7 +55,7 @@ jobs:
- name: Green-path E2E
run: |
source .venv/bin/activate
python -m pytest tests/test_green_path_e2e.py -q --tb=short
python -m pytest tests/test_green_path_e2e.py -q --tb=short -p no:xdist
env:
OPENROUTER_API_KEY: ""
OPENAI_API_KEY: ""