Update .gitea/workflows/workflow.yml

This commit is contained in:
2025-11-16 15:15:16 +00:00
parent 40f611f719
commit 2ba57a9e86

View File

@@ -46,7 +46,20 @@ jobs:
- name: Checkout tests - name: Checkout tests
run: python3 /opt/scripts/copy-tests.py --repo-url "Olympic/NTO-2025-Client-Android-tests" --branch "main" run: python3 /opt/scripts/copy-tests.py --repo-url "Olympic/NTO-2025-Client-Android-tests" --branch "main"
# --- НОВЫЙ ОТЛАДОЧНЫЙ ШАГ ---
- name: Debug - Print app/build.gradle.kts content
run: |
echo "--- CONTENT OF app/build.gradle.kts ---"
if [ -f "app/build.gradle.kts" ]; then
cat "app/build.gradle.kts"
else
echo "❌ File app/build.gradle.kts does NOT exist!"
ls -la app/ # Показать, что есть в app/
fi
echo "--- END OF FILE ---"
# --- /НОВЫЙ ОТЛАДОЧНЫЙ ШАГ ---
- name: Run tests - name: Run tests
run: | run: |
chmod +x ./gradlew chmod +x ./gradlew