Files
confsync/.gitea/workflows/ci.yml
7000pctAUTO ffae41aaae
Some checks failed
CI / test (push) Failing after 35s
fix: CI apt-get pip
2026-02-04 21:12:27 +00:00

16 lines
441 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: |
apt-get update -qq
apt-get install -y python3-pip git
apt-get install -y python3-setuptools || true
- run: |
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git /tmp/confsync
cd /tmp/confsync
pip install pytest
pytest confsync/tests/ -v