Closed ncordon closed 10 months ago
Allows execution of integration tests with bundled apoc rather than building a jar we plug passing a property to gradlew:
gradlew
./gradlew -PtestDockerBundle it:test
Because the release ops team wants to have a build to test the docker image we release.
What
Allows execution of integration tests with bundled apoc rather than building a jar we plug passing a property to
gradlew
:Why
Because the release ops team wants to have a build to test the docker image we release.