Skip to content

Commit c2e4f2c

Browse files
authored
Include integration tests (docker-java#652)
1 parent fa3310d commit c2e4f2c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pom.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,13 +508,28 @@
508508
<goal>prepare-agent</goal>
509509
</goals>
510510
</execution>
511+
511512
<execution>
512-
<id>report</id>
513+
<id>post-unit-test</id>
513514
<phase>test</phase>
514515
<goals>
515516
<goal>report</goal>
516517
</goals>
517518
</execution>
519+
520+
<execution>
521+
<id>pre-integration-test</id>
522+
<phase>pre-integration-test</phase>
523+
<goals>
524+
<goal>prepare-agent-integration</goal>
525+
</goals>
526+
</execution>
527+
<execution>
528+
<id>report-integration</id>
529+
<goals>
530+
<goal>report-integration</goal>
531+
</goals>
532+
</execution>
518533
</executions>
519534
</plugin>
520535
</plugins>

0 commit comments

Comments
 (0)