Skip to content

Commit

Permalink
Code review suggestions I
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedvede committed Oct 2, 2023
1 parent 74c75aa commit c823d10
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,6 @@
<module>integration-tests-sw</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<TESTCONTAINERS_REUSE_ENABLE>false</TESTCONTAINERS_REUSE_ENABLE>
</systemPropertyVariables>
</configuration>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>default</id>
Expand Down

0 comments on commit c823d10

Please sign in to comment.