diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f7bc8fe..e49eb9c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -4,5 +4,9 @@ jobs: test: runs-on: ubuntu-latest steps: + - name: Clone + run: | + git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git . + ls -la - name: Test - run: echo "CI is running" + run: echo "Clone successful"