rnewson commented on code in PR #4872: URL: https://github.com/apache/couchdb/pull/4872#discussion_r1406544833
########## .github/workflows/nouveau.yml: ########## @@ -0,0 +1,20 @@ +name: Run Gradle on PRs +on: pull_request +jobs: + gradle: + strategy: + matrix: + os: [ ubuntu-latest, macos-latest ] Review Comment: I excluded it because it _failed_ when I tried it. -- 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]
