You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by jo...@apache.org on 2023/10/25 16:56:04 UTC

[mahout] branch josep2-patch-1 created (now 5e8823a5a)

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

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


      at 5e8823a5a Update mahout.yml

This branch includes the following new commits:

     new 5e8823a5a Update mahout.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[mahout] 01/01: Update mahout.yml

Posted by jo...@apache.org.
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 <jo...@gmail.com>
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