Files
confsync/.gitea/workflows/ci.yml
7000pctAUTO 17e78707d0
Some checks failed
CI / test (push) Failing after 3s
fix: CI checkout action
2026-02-04 20:59:10 +00:00

12 lines
231 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install and test
run: |
pip install pytest
pytest confsync/tests/ -v