File tree Expand file tree Collapse file tree 7 files changed +895
-877
lines changed
src/test/java/org/locationtech/geowave/test/landsat Expand file tree Collapse file tree 7 files changed +895
-877
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ jobs:
158158 with :
159159 maven-version : 3.6.3
160160
161-
162161 - name : Cache maven resources
163162 uses : actions/cache@v4
164163 env :
Original file line number Diff line number Diff line change 1212 wget -q https://archive.apache.org/dist/hadoop/common/hadoop-3.1.2/hadoop-3.1.2.tar.gz
1313 tar -xzf ./hadoop-3.1.2.tar.gz hadoop-3.1.2/lib/native/
1414 export LD_LIBRARY_PATH=$( pwd) /hadoop-3.1.2/lib/native/
15- mvn -q -B verify -am -pl test -Dtest=SkipUnitTests -Dfindbugs.skip -Dspotbugs.skip -DfailIfNoTests=false -P $MAVEN_PROFILES
15+ mvn -q -B verify -am -pl test -Dtest=SkipUnitTests -Dfindbugs.skip -Dspotbugs.skip -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false - P $MAVEN_PROFILES
1616 else
1717 echo -e " Running unit tests only w/ verify...\n"
1818 mvn -q -B verify -Dformatter.action=validate -P $MAVEN_PROFILES
Original file line number Diff line number Diff line change 1111 <!-- to maintain only one download of GDAL, re-use the IT build directory -->
1212 <gdal .dir>${project.basedir} /../../../test/target/temp/gdal</gdal .dir>
1313 <tools .scope>compile</tools .scope>
14+ <skipTests >true</skipTests >
1415 </properties >
1516
1617 <artifactId >geowave-cli-landsat8</artifactId >
5758 <id >prepare-tests</id >
5859 <activation >
5960 <property >
60- <name >!skipTests </name >
61+ <name >installGdal </name >
6162 </property >
6263 </activation >
6364 <build >
Original file line number Diff line number Diff line change 1111 <!-- to maintain only one download of GDAL, re-use the IT build directory -->
1212 <gdal .dir>${project.basedir} /../../../test/target/temp/gdal</gdal .dir>
1313 <tools .scope>compile</tools .scope>
14+ <skipTests >true</skipTests >
1415 </properties >
1516
1617 <artifactId >geowave-cli-sentinel2</artifactId >
5657 <id >prepare-tests</id >
5758 <activation >
5859 <property >
59- <name >!skipTests </name >
60+ <name >installGdal </name >
6061 </property >
6162 </activation >
6263 <build >
You can’t perform that action at this time.
0 commit comments