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