Files
confgen/.gitea/workflows/ci.yml
7000pctAUTO 28f756c544
Some checks failed
CI / test (push) Failing after 1s
Test pytest installation and run
2026-02-01 21:03:57 +00:00

15 lines
220 B
YAML

name: CI
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: whoami
- run: python3 --version
- run: pip install pytest
- run: pytest tests/ -v --tb=short