Merge pull request #30598 from akka/wip-multi-node-patriknw

Only multi-jvm in nightly-builds.yml
This commit is contained in:
Patrik Nordwall 2021-08-31 16:48:37 +02:00 committed by GitHub
commit 14d35bd628
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,18 +120,14 @@ jobs:
- name: Cache Coursier cache
uses: coursier/cache-action@v6.2
# Only run multi-jvm tests in Scala 2.13. No need to run it to
# multiple Scala versions AND multiple JDK versions. This will
# run multi-jvm tests to run for both JDK 8 and 11 though.
- name: Compile and Test
run: |-
## TODO: restore the multi-node tests
sbt -jvm-opts .jvmopts-ci \
-Dakka.build.scalaVersion=${{ matrix.scalaVersion }} \
-Dakka.cluster.assert=on \
-Dakka.log.timestamps=true \
-Dakka.test.timefactor=2 \
-Dakka.test.multi-in-test=${{ matrix.scalaVersion == '2.13' }} \
-Dakka.test.multi-in-test=false \
-Dakka.test.tags.exclude=gh-exclude \
clean update Test/compile test checkTestsHaveRun