Skip to content

Commit e1936b0

Browse files
committed
Build should fail if integration tests fail
1 parent e58d179 commit e1936b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,19 @@
258258
<version>3.0.0-M5</version>
259259
<executions>
260260
<execution>
261+
<id>run-integration-tests</id>
262+
<phase>integration-test</phase>
261263
<goals>
262264
<goal>integration-test</goal>
263265
</goals>
264266
</execution>
267+
<execution>
268+
<id>verify-integration-tests-result</id>
269+
<phase>verify</phase>
270+
<goals>
271+
<goal>verify</goal>
272+
</goals>
273+
</execution>
265274
</executions>
266275
</plugin>
267276

0 commit comments

Comments
 (0)