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

jowanza pushed a commit to branch josep2-patch-1
in repository https://gitbox.apache.org/repos/asf/mahout.git

commit 5e8823a5addae421db7ac599b44e307e0809730e
Author: Jowanza Joseph <[email protected]>
AuthorDate: Wed Oct 25 10:55:59 2023 -0600

    Update mahout.yml
    
    Adds distribution to the Setup JDK
---
 .github/workflows/mahout.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/mahout.yml b/.github/workflows/mahout.yml
index 4c70bf3ee..1053a97ab 100644
--- a/.github/workflows/mahout.yml
+++ b/.github/workflows/mahout.yml
@@ -43,6 +43,7 @@ jobs:
     - name: Set up JDK 1.8
       uses: actions/setup-java@v2
       with:
+        distribution: 'adopt'
         java-version: 1.8
 
     - name: Cache Maven packages
@@ -76,4 +77,4 @@ jobs:
         spark*/sbin/start-all.sh
 
     - name: Run tests with Spark
-      run: mvn test -pl $TEST_MODULES $PROFILES 
-Dtest.spark.master=spark://localhost:7077
\ No newline at end of file
+      run: mvn test -pl $TEST_MODULES $PROFILES 
-Dtest.spark.master=spark://localhost:7077

Reply via email to