neo4j / apoc

Apache License 2.0
96 stars 28 forks source link

[NOID] Allows execution of integration tests with bundled apoc #550

Closed ncordon closed 10 months ago

ncordon commented 11 months ago

What

Allows execution of integration tests with bundled apoc rather than building a jar we plug passing a property to gradlew:

./gradlew -PtestDockerBundle  it:test

Why

Because the release ops team wants to have a build to test the docker image we release.