forked from Olympic/NTO-2025-Client-Android
Update .gitea/workflows/workflow.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user