Skip to content

Commit fa3684f

Browse files
committed
ci: speed up armv7 tests
1 parent 8baf053 commit fa3684f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
mvn -Dmaven.repo.local=./maven-repo dependency:resolve-plugins -U --no-transfer-progress
138138
mvn -Dmaven.repo.local=./maven-repo compile -U --no-transfer-progress
139139
mvn -Dmaven.repo.local=./maven-repo dependency:go-offline --no-transfer-progress
140+
# ls -la /maven-repo/org/apache/maven/plugins/maven-resources-plugin/3.4.0/
140141
- uses: uraimo/run-on-arch-action@v3
141142
name: Test
142143
with:
@@ -178,6 +179,7 @@ jobs:
178179
echo "Architecture: `uname -a`"
179180
echo "MAVEN_OPTS: ${MAVEN_OPTS}"
180181
mvn --version
182+
# ls -la /work/maven-repo/org/apache/maven/plugins/maven-resources-plugin/3.4.0/
181183
cd /work && mvn -T 1 -o -nsu -Dspotless.check.skip=true -Dmaven.repo.local=/work/maven-repo --batch-mode --no-transfer-progress test
182184

183185
# This will test the build process using an external amalgamation, as well as the

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@
162162
</configuration>
163163
</plugin>
164164

165+
<plugin>
166+
<groupId>org.apache.maven.plugins</groupId>
167+
<artifactId>maven-resources-plugin</artifactId>
168+
<version>3.4.0</version>
169+
</plugin>
170+
165171
<plugin>
166172
<groupId>org.apache.maven.plugins</groupId>
167173
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)