Files
confgen/.gitea/workflows/ci.yml
7000pctAUTO 40435793d9
Some checks failed
CI / test (push) Failing after 1s
Run tests from repo root
2026-02-01 21:07:01 +00:00

12 lines
255 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: pytest tests/ -v --tb=short