Skip to content

Commit 16a70c9

Browse files
committed
Fix failsafe execution
1 parent f59d6a9 commit 16a70c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/e2e/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@
8484
<phase>integration-test</phase>
8585
<goals>
8686
<goal>integration-test</goal>
87+
</goals>
88+
</execution>
89+
<execution>
90+
<id>failsafe-verify</id>
91+
<phase>verify</phase>
92+
<goals>
8793
<goal>verify</goal>
8894
</goals>
8995
</execution>
@@ -164,6 +170,7 @@
164170
<tasks>
165171
<echo message="Unzip reports" />
166172
<unzip src="src/main/resources/windup/1355.zip" dest="${project.build.directory}/${wildfly.directory}/standalone/data/windup" />
173+
<chmod file="${project.build.directory}/npm/verify-results.js" perm="771" />
167174
</tasks>
168175
</configuration>
169176
</execution>

0 commit comments

Comments
 (0)