mosche commented on pull request #15916:
URL: https://github.com/apache/beam/pull/15916#issuecomment-1049868529


   @mattcasters Looks like all you have to do is to register your integration 
test as part of the `javaPostCommit` suite:
   ```gradle
   tasks.register("javaPostCommit") { 
      ...
      dependsOn(":sdks:java:io:neo4j:integrationTest")  // add this
    } 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to