From 7715e1b71231531ba3d8bb44136d3c5b08e8c836 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Sun, 16 Nov 2025 14:23:23 +0000 Subject: [PATCH] Update .gitea/workflows/workflow.yml --- .gitea/workflows/workflow.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index 5a5496a..efb5504 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -34,6 +34,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + submodules: recursive - name: Validate allowed changes run: | @@ -46,6 +47,15 @@ jobs: - name: Checkout tests run: python3 /opt/scripts/copy-tests.py --repo-url "Olympic/NTO-2025-Client-Android-tests" --branch "main" + - name: Debug: List files after checkout + run: | + echo "=== Contents of root ===" + ls -la + echo "=== Contents of gradle ===" + ls -la gradle/ + echo "=== Contents of gradle/wrapper ===" + ls -la gradle/wrapper/ + - name: Debug Gradle Wrapper run: | echo "=== Checking Gradle Wrapper ==="