Skip to content

Commit

Permalink
attempting to re-enable gradle integration tests in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbloom committed Apr 4, 2022
1 parent df1951d commit 98f3769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mockserver-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,8 @@
<version>3.0.0</version>
<inherited>false</inherited>
<configuration>
<skip>true</skip>
<workingDirectory>src/integration-tests</workingDirectory>
<skip>${skipTests}</skip>
<workingDirectory>${basedir}</workingDirectory>
</configuration>
<executions>
<execution>
Expand All @@ -519,7 +519,7 @@
<goal>exec</goal>
</goals>
<configuration>
<executable>gradle_integration_tests.sh</executable>
<executable>src/integration-tests/gradle_integration_tests.sh</executable>
<arguments>${project.version}</arguments>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
<version>3.0.0</version>
<inherited>false</inherited>
<configuration>
<workingDirectory>${basedir}/build</workingDirectory>
<workingDirectory>${basedir}</workingDirectory>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 98f3769

Please sign in to comment.