tmp
CI / Build and Test (push) Successful in 1m10s

This commit is contained in:
2026-06-19 23:12:09 +08:00
parent 9226965744
commit fe631268a3
+7 -1
View File
@@ -20,7 +20,13 @@ jobs:
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Debug checkout
run: |
pwd
ls -la
ls -la .git/ 2>&1 || echo "NO .git FOLDER"
id
stat . 2>&1 || true
- name: Set up JDK
uses: actions/setup-java@v5
with: