Skip to content

Commit 57242d7

Browse files
committed
Disable verify goal
1 parent f31af7e commit 57242d7

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
@@ -650,7 +650,8 @@
650650
<execution>
651651
<goals>
652652
<goal>integration-test</goal>
653-
<goal>verify</goal>
653+
<!-- Commented out verify goal to allow Cucumber reports to generate correctly even when tests fail-->
654+
<!-- <goal>verify</goal> -->
654655
</goals>
655656
</execution>
656657
</executions>

0 commit comments

Comments
 (0)