feat: add file listing steps in workflow for better visibility
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user