Update .gitea/workflows/workflow.yml
This commit is contained in:
@@ -34,6 +34,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Validate allowed changes
|
- name: Validate allowed changes
|
||||||
run: |
|
run: |
|
||||||
@@ -46,6 +47,15 @@ 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: List files after checkout
|
||||||
|
run: |
|
||||||
|
echo "=== Contents of root ==="
|
||||||
|
ls -la
|
||||||
|
echo "=== Contents of gradle ==="
|
||||||
|
ls -la gradle/
|
||||||
|
echo "=== Contents of gradle/wrapper ==="
|
||||||
|
ls -la gradle/wrapper/
|
||||||
|
|
||||||
- name: Debug Gradle Wrapper
|
- name: Debug Gradle Wrapper
|
||||||
run: |
|
run: |
|
||||||
echo "=== Checking Gradle Wrapper ==="
|
echo "=== Checking Gradle Wrapper ==="
|
||||||
|
|||||||
Reference in New Issue
Block a user