Update .gitea/workflows/workflow.yml

This commit is contained in:
2025-11-16 14:29:35 +00:00
parent d8124a9401
commit 40f611f719

View File

@@ -46,26 +46,6 @@ 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 ==="
ls -la gradle/wrapper/
echo "=== Content of gradlew ==="
cat gradlew
echo "=== Content of gradle-wrapper.properties ==="
cat gradle/wrapper/gradle-wrapper.properties
echo "=== Trying to run gradlew with verbose ==="
./gradlew --version
- name: Run tests
run: |