lhotari commented on code in PR #17565:
URL: https://github.com/apache/pulsar/pull/17565#discussion_r968046161
##########
.github/workflows/pulsar-ci.yaml:
##########
@@ -829,6 +798,39 @@ jobs:
- name: Delete docker image from GitHub Actions Artifacts
run: |
gh-actions-artifact-client.js delete
pulsar-test-latest-version-image.zst
+
+ macos-build:
+ name: Build Pulsar on MacOS
+ runs-on: macos-11
+ timeout-minutes: 120
+ needs: ['changed_files_job', 'pulsar-test-latest-version-image']
Review Comment:
I think this shouldn't run before integration tests have run
--
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]