Skip to content

Commit

Permalink
Merge pull request #430 from apache/josep2-patch-1
Browse files Browse the repository at this point in the history
Update mahout.yml
  • Loading branch information
josep2 authored Oct 25, 2023
2 parents 8393fe4 + 5e8823a commit 8844f4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mahout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
run: mvn test -pl $TEST_MODULES $PROFILES -Dtest.spark.master=spark://localhost:7077

0 comments on commit 8844f4c

Please sign in to comment.