Skip to content

Commit 23f6ffd

Browse files
committed
fix maven test options
Signed-off-by: Yuan <[email protected]>
1 parent da9f643 commit 23f6ffd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/velox_backend_arm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,9 @@ jobs:
181181
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
182182
export PATH=$JAVA_HOME/bin:$PATH
183183
java -version
184+
export MAVEN_OPTS="-XX:-UseContainerSupport"
184185
$MVN_CMD test -Pspark-3.5 -Pbackends-velox -Pjava-17 -Piceberg -Pdelta -Ppaimon -DtagsToExclude=None \
185-
-DtagsToInclude=org.apache.gluten.tags.UDFTest
186+
-DtagsToInclude=org.apache.gluten.tags.UDFTest
186187
- name: Upload test report
187188
uses: actions/upload-artifact@v4
188189
with:

0 commit comments

Comments
 (0)