Remove sbtx usage

Replace by prior copy of `.jvmopts-ci` into `.jvmopts` which is the file sbt natively supports
This commit is contained in:
Jonas Chapuis 2023-01-02 14:46:04 +01:00 committed by Matthew de Detrich
parent f26dfd92a6
commit bb90185dcb
7 changed files with 52 additions and 16 deletions

View file

@ -48,10 +48,13 @@ jobs:
- name: Cache Coursier cache
uses: coursier/cache-action@v6.4.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
- name: Multi node test
run: |
cat multi-node-test.hosts
sbtx -jvm-opts .jvmopts-ci \
sbt \
-Dpekko.test.timefactor=2 \
-Dpekko.actor.testkit.typed.timefactor=2 \
-Dpekko.test.tags.exclude=gh-exclude,timing \
@ -132,10 +135,13 @@ jobs:
- name: Cache Coursier cache
uses: coursier/cache-action@v6.4.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
- name: Multi node test with Artery Aeron UDP
run: |
cat multi-node-test.hosts
sbtx -jvm-opts .jvmopts-ci \
sbt \
-Dpekko.test.timefactor=2 \
-Dpekko.actor.testkit.typed.timefactor=2 \
-Dpekko.cluster.assert=on \