Skip to content

Commit 2a47bfc

Browse files
Commenting out verify goal for proper cucumber report generation.
1 parent 6307e9e commit 2a47bfc

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.4</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>
@@ -1200,7 +1200,8 @@
12001200
<execution>
12011201
<goals>
12021202
<goal>integration-test</goal>
1203-
<goal>verify</goal>
1203+
<!-- Commented out verify goal to allow Cucumber reports to generate correctly even when tests fail -->
1204+
<!-- <goal>verify</goal> -->
12041205
</goals>
12051206
</execution>
12061207
</executions>

0 commit comments

Comments
 (0)