pjfanning commented on code in PR #1594:
URL: https://github.com/apache/pekko/pull/1594#discussion_r1900043585
##########
.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
Review Comment:
https://github.com/apache/pekko/pull/1592 covers that. It looks like running
the multiJvm tests will be more complicated. The aim of this small change is
that the test modified in this PR runs in the PR CI - because at the momemt, it
does not.
--
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]