File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ jobs:
132132 java-version : ${{ matrix.java }}
133133 java-package : jdk
134134 cache : ' maven'
135- - name : Pre compile
136- run : mvn -Dspotless.check.skip=true -DskipTests --batch-mode --no-transfer-progress install -am
135+ - name : Maven deps
136+ run : mvn dependency:resolve -U -o --batch-mode --no-transfer-progress
137137 - uses : uraimo/run-on-arch-action@v3
138138 name : Test
139139 with :
@@ -175,7 +175,7 @@ jobs:
175175 echo "Architecture: `uname -a`"
176176 echo "MAVEN_OPTS: ${MAVEN_OPTS}"
177177 mvn --version
178- cd /work && mvn -Dmaven.main.skip=true -Dspotless.check.skip=true -Dmaven.repo.local=/work/.m2/repository --batch-mode --no-transfer-progress test
178+ cd /work && mvn -T 1 -o -Dspotless.check.skip=true -Dmaven.repo.local=/work/.m2/repository --batch-mode --no-transfer-progress test
179179
180180 # This will test the build process using an external amalgamation, as well as the
181181 # Java tests with that native library, as some functions will not be available (extensions).
You can’t perform that action at this time.
0 commit comments