From f792ed0aab5e9e67b867c194f2787632ebb6df52 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 21:00:31 +0000 Subject: [PATCH] fix: CI single run command --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6de380e..e54f7c7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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