Files
confsync/.gitea/workflows/ci.yml
7000pctAUTO f792ed0aab
Some checks failed
CI / test (push) Failing after 2s
fix: CI single run command
2026-02-04 21:00:31 +00:00

12 lines
267 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: |
git clone https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git
cd confsync
pip install pytest
pytest confsync/tests/ -v