forked from Olympic/NTO-2025-Client-Android
Update .gitea/workflows/workflow.yml
This commit is contained in:
@@ -46,6 +46,17 @@ 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 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
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./gradlew
|
chmod +x ./gradlew
|
||||||
|
|||||||
Reference in New Issue
Block a user