fix: CI with clone test
All checks were successful
CI / test (push) Successful in 1s

This commit is contained in:
2026-02-04 20:52:09 +00:00
parent 9daceb969a
commit 2e2cdfbab3

View File

@@ -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"