Files
confgen/.gitea/workflows/ci.yml
7000pctAUTO 536423278e
Some checks failed
CI / test (push) Failing after 1s
Simplified CI workflow
2026-02-01 21:06:28 +00:00

13 lines
311 B
YAML

name: CI
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: python3 --version
- run: pip install pytest pyyaml click rich jinja2 jsonschema prompt_toolkit tomli
- run: echo "PYTHONPATH=/app" >> $GITHUB_ENV
- run: pytest /app/tests/ -v --tb=short