Skip to content

Commit a2b3ae1

Browse files
authored
Merge pull request #622 from data-integrations/cherrypick/6552c2878531670975e0ffc2a1dbc95f9ac4ec47
[🍒] Verify Goal Removal
2 parents f648392 + 86f19de commit a2b3ae1

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
@@ -665,7 +665,8 @@
665665
<execution>
666666
<goals>
667667
<goal>integration-test</goal>
668-
<goal>verify</goal>
668+
<!-- Commented out verify goal to allow Cucumber reports to generate correctly even when tests fail -->
669+
<!-- <goal>verify</goal> -->
669670
</goals>
670671
</execution>
671672
</executions>

0 commit comments

Comments
 (0)