File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 6060 # timeout: 3000000
6161
6262 - name : Check Unit Tests
63- run : mvn --errors test
63+ run : mvn --errors test -Prelease
6464
Original file line number Diff line number Diff line change 207207 </plugins >
208208 </reporting >
209209 <profiles >
210- <profile >
211- <id >run-integration-tests</id >
212- <build >
213- <plugins >
214- <plugin >
215- <groupId >org.apache.maven.plugins</groupId >
216- <artifactId >maven-surefire-plugin</artifactId >
217- <version >3.1.2</version >
218- <configuration >
219- <skipTests >true</skipTests >
220- </configuration >
221- </plugin >
222- </plugins >
223- </build >
224- </profile >
225210 <profile >
226211 <id >release</id >
227212 <build >
290275 </plugins >
291276 </build >
292277 </profile >
278+ <profile >
279+ <id >run-integration-tests</id >
280+ <build >
281+ <plugins >
282+ <plugin >
283+ <groupId >org.apache.maven.plugins</groupId >
284+ <artifactId >maven-surefire-plugin</artifactId >
285+ <version >3.1.2</version >
286+ <configuration >
287+ <skipTests >true</skipTests >
288+ </configuration >
289+ </plugin >
290+ </plugins >
291+ </build >
292+ </profile >
293293 </profiles >
294294</project >
You can’t perform that action at this time.
0 commit comments