Skip to content

Commit

Permalink
update CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
FMX committed Nov 28, 2024
1 parent c11302c commit 5a3b71b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ jobs:
run: |
SPARK_BINARY_VERSION=${{ matrix.spark }}
SPARK_MAJOR_VERSION=${SPARK_BINARY_VERSION%%.*}
if [[ $SPARK_MAJOR_VERSION == "3" ]]; then
SPARK_MAJOR_VERSION="3-4"
fi
PROFILES="-Pgoogle-mirror,spark-${{ matrix.spark }}"
TEST_MODULES="client-spark/common,client-spark/spark-${SPARK_MAJOR_VERSION},client-spark/spark-${SPARK_MAJOR_VERSION}-shaded,tests/spark-it"
build/mvn $PROFILES -pl $TEST_MODULES -am clean install -DskipTests
Expand Down

0 comments on commit 5a3b71b

Please sign in to comment.