feat: specify absolute path for Gradle command in verification step
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 28s

This commit is contained in:
Your Name
2025-03-27 11:40:08 +01:00
parent 0399cf26db
commit def7bf243d

View File

@@ -17,4 +17,4 @@ jobs:
run: ls "${{ gitea.workspace }}/environmentex"
- name: Verify Gradle Installation
run: cd "${{ gitea.workspace }}/environmentex" && gradle --version
run: cd "${{ gitea.workspace }}/environmentex" && /usr/bin/gradle --version