Skip to content

Commit 8a817bc

Browse files
committed
Use sbtn
1 parent 11d7948 commit 8a817bc

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,11 @@ jobs:
3737
- os: windows-latest
3838
java: 8
3939
distribution: zulu
40-
jobtype: 2
40+
jobtype: 3
4141
runs-on: ${{ matrix.os }}
42+
env:
43+
JAVA_OPTS: -Dsbt.io.virtual=false -Dfile.encoding=UTF-8
44+
JVM_OPTS: -Dsbt.io.virtual=false -Dfile.encoding=UTF-8
4245
steps:
4346
- name: Checkout
4447
uses: actions/checkout@v4
@@ -61,4 +64,16 @@ jobs:
6164
shell: bash
6265
run: |
6366
sbt -v -Dfile.encoding=UTF8 -Dsbt.test.fork=true ++$SCALA212 mimaReportBinaryIssues test
64-
sbt -v -Dfile.encoding=UTF8 -Dsbt.test.fork=false ++$SCALA213 test ++$SCALA3 test
67+
sbt -v --client ++$SCALA213
68+
sbt -v --client test
69+
sbt -v --client ++$SCALA3
70+
sbt -v --client test
71+
- name: Build and test (3)
72+
if: ${{ matrix.jobtype == 3 }}
73+
shell: bash
74+
run: |
75+
sbt -v -Dfile.encoding=UTF8 -Dsbt.test.fork=true ++$SCALA212 test
76+
sbt -v --client ++$SCALA213
77+
sbt -v --client test
78+
sbt -v --client ++$SCALA3
79+
sbt -v --client test

0 commit comments

Comments
 (0)