]> git.proxmox.com Git - mirror_acme.sh.git/blobdiff - .github/workflows/Windows.yml
Reduce acmetest git clone depth to speed up CI pipeline
[mirror_acme.sh.git] / .github / workflows / Windows.yml
index 3b7bf2eb27d7b2bb1f83f8dbcf9dfc5d27648277..81e646e526449d7779bf2139358fdfcb721d1265 100644 (file)
@@ -69,7 +69,7 @@ jobs:
           echo "PATH=%PATH%"\r
     - name: Clone acmetest\r
       shell: cmd\r
-      run: cd .. && git clone https://github.com/acmesh-official/acmetest.git  && cp -r acme.sh acmetest/\r
+      run: cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git  && cp -r acme.sh acmetest/\r
     - name: Run acmetest\r
       shell: cmd\r
       run: cd ../acmetest && bash.exe -c ./letest.sh\r