This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c61bbd88e some temp debugging
6c61bbd88e is described below

commit 6c61bbd88e808946ad77675dea2b4065a404218b
Author: Paul King <[email protected]>
AuthorDate: Sat Mar 22 15:09:03 2025 +1000

    some temp debugging
---
 .github/workflows/groovy-build-test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/groovy-build-test.yml 
b/.github/workflows/groovy-build-test.yml
index aec19784f9..70507265ce 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test.yml
@@ -83,6 +83,7 @@ jobs:
             21
           check-latest: true
       - uses: gradle/actions/setup-gradle@v4
+      - run: set | grep JAVA
       - name: Test with Gradle
         run: ./gradlew test -Ptarget.java.home=$JAVA_HOME_24
         timeout-minutes: 60

Reply via email to