big-r81 commented on code in PR #4872: URL: https://github.com/apache/couchdb/pull/4872#discussion_r1406497979
########## .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: Hey, I think there is no need to exclude Windows here :wink:, see https://github.com/gradle/gradle-build-action#use-the-action-to-setup-gradle -- 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]
