feat: add file listing steps in workflow for better visibility
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Has been cancelled

This commit is contained in:
Your Name
2025-03-27 11:11:51 +01:00
parent d00feed839
commit 94343bd4de

View File

@@ -22,11 +22,16 @@ jobs:
# sudo apt update
# sudo apt install -y gradle
- name: Verify Gradle Installation
run: ./gradlew build --no-daemon
- name: List files in the repository
run: ls ${{ gitea.workspace }}
- name: List files in the repository
run: ls "${{ gitea.workspace }}/environmentex"
- name: Verify Gradle Installation
run: ./gradlew build --no-daemon
#- name: Build with Gradle
# run: ./gradlew build