feat: specify absolute path for Gradle command in verification step
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 28s
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 28s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user