Files
confsync/.gitea/workflows/ci.yml
7000pctAUTO a7756d74a4
Some checks failed
CI / test (push) Failing after 1s
fix: minimal CI workflow
2026-02-04 20:32:32 +00:00

12 lines
207 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: |
python3 --version
pip3 install -e .
pip3 install pytest
pytest -v