File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments