Skip to content

Commit ab3d71b

Browse files
committed
ci: speed up armv7 tests
1 parent 887659a commit ab3d71b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
java-package: jdk
134134
cache: 'maven'
135135
- name: Pre compile
136-
run: mvn -Dmaven.plugin.spotless.skip=true -DskipTests --batch-mode --no-transfer-progress install -am
136+
run: mvn -Dspotless.check.skip=true -DskipTests --batch-mode --no-transfer-progress install -am
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.plugin.spotless.skip=true -Dmaven.repo.local=/work/.m2/repository --batch-mode --no-transfer-progress test
178+
cd /work && mvn -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).

0 commit comments

Comments
 (0)