Skip to content

Commit 7b411ea

Browse files
committed
Verify Goal Removal
1 parent 90856c0 commit 7b411ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,8 @@
671671
<execution>
672672
<goals>
673673
<goal>integration-test</goal>
674-
<goal>verify</goal>
674+
<!-- Commented out verify goal to allow Cucumber reports to generate correctly even when tests fail -->
675+
<!-- <goal>verify</goal> -->
675676
</goals>
676677
</execution>
677678
</executions>

0 commit comments

Comments
 (0)