Update .gitea/workflows/workflow.yml

This commit is contained in:
2025-11-16 15:43:24 +00:00
parent 2ba57a9e86
commit 0f3d6b595c

View File

@@ -47,19 +47,6 @@ 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