He-Pin commented on code in PR #1664:
URL: https://github.com/apache/pekko/pull/1664#discussion_r1900780945
##########
.github/workflows/build-test-prValidation.yml:
##########
@@ -101,6 +101,53 @@ jobs:
-Dpekko.log.timestamps=true \
validatePullRequest
+ pekko-classic-remoting-tests:
+ name: Pekko Classic Remoting Tests
+ runs-on: ubuntu-22.04
+ if: github.repository == 'apache/pekko'
+ strategy:
+ fail-fast: false
+ matrix:
+ command:
+ - cluster/test distributed-data/test cluster-tools/test
cluster-metrics/test
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v4
Review Comment:
needs branch
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]