diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index e4dad93..36d74f1 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -9,7 +9,8 @@ jobs: build: runs-on: shell steps: - - uses: actions/checkout@v4 + - name: Clone repository + run: git clone --depth 1 "http://192.168.8.174:3000/${GITHUB_REPOSITORY}.git" . - name: Setup .env for CI/CD run: cp .env.example .env