fix: CI single run command
Some checks failed
CI / test (push) Failing after 2s

This commit is contained in:
2026-02-04 21:00:31 +00:00
parent 17e78707d0
commit f792ed0aab

View File

@@ -4,8 +4,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install and test
run: |
- run: |
git clone https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git
cd confsync
pip install pytest
pytest confsync/tests/ -v