Skip to content

Commit 50d73f2

Browse files
Merge pull request #1613 from cloudsufi/updateReleaseBranchForReports
Commenting out verify goal for proper cucumber report generation.
2 parents 4b4c53a + 1609d21 commit 50d73f2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>io.cdap.plugin</groupId>
2222
<artifactId>google-cloud</artifactId>
23-
<version>0.23.7</version>
23+
<version>0.23.8-SNAPSHOT</version>
2424
<name>Google Cloud Plugins</name>
2525
<packaging>jar</packaging>
2626
<description>Plugins for Google Big Query</description>
@@ -1165,7 +1165,8 @@
11651165
<execution>
11661166
<goals>
11671167
<goal>integration-test</goal>
1168-
<goal>verify</goal>
1168+
<!-- Commented out verify goal to allow Cucumber reports to generate correctly even when tests fail -->
1169+
<!-- <goal>verify</goal> -->
11691170
</goals>
11701171
</execution>
11711172
</executions>

0 commit comments

Comments
 (0)