Skip to content

Commit

Permalink
Fix failsafe execution
Browse files Browse the repository at this point in the history
  • Loading branch information
klinki committed Nov 1, 2017
1 parent f59d6a9 commit 16a70c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@
<phase>integration-test</phase>
<goals>
<goal>integration-test</goal>
</goals>
</execution>
<execution>
<id>failsafe-verify</id>
<phase>verify</phase>
<goals>
<goal>verify</goal>
</goals>
</execution>
Expand Down Expand Up @@ -164,6 +170,7 @@
<tasks>
<echo message="Unzip reports" />
<unzip src="src/main/resources/windup/1355.zip" dest="${project.build.directory}/${wildfly.directory}/standalone/data/windup" />
<chmod file="${project.build.directory}/npm/verify-results.js" perm="771" />
</tasks>
</configuration>
</execution>
Expand Down

0 comments on commit 16a70c9

Please sign in to comment.