Remove sbtx usage
Replace by prior copy of `.jvmopts-ci` into `.jvmopts` which is the file sbt natively supports
This commit is contained in:
parent
f26dfd92a6
commit
bb90185dcb
7 changed files with 52 additions and 16 deletions
10
.github/workflows/multi-node.yml
vendored
10
.github/workflows/multi-node.yml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue