tobous commented on a change in pull request #17: URL: https://github.com/apache/db-jdo/pull/17#discussion_r592662583
########## File path: .github/workflows/build.yml ########## @@ -0,0 +1,30 @@ +# Builds JDO and runs the TCK +# +# This workflow is run for every submitted pull request and every push on master +name: Build JDO & Run TCK + +on: + push: + branches: + - 'master' + pull_request: + +jobs: Review comment: Specify Java 11 as default. Run java 8 periodically. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org