File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 44 tags :
55 - v[1-9]+.[0-9]+.[0-9]+
66jobs :
7- test :
8- strategy :
9- fail-fast : false
10- matrix :
11- os : [ ubuntu-latest ]
12- jdk : [ adopt@1.8, adopt@1.11, adopt@1.14 ]
13- scala : [ 3.0.0, 2.13.6, 2.12.13 ]
14- runs-on : ${{ matrix.os }}
15- env :
16- JAVA_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
17- JVM_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
18- AWS_REGION : ap-northeast-1
19- TEST_TIME_FACTOR : 5
20- steps :
21- - uses : actions/checkout@v2.3.4
22- with :
23- fetch-depth : 0
24- - uses : olafurpg/setup-scala@v12
25- with :
26- java-version : ${{ matrix.jdk }}
27- - uses : coursier/cache-action@v6
28- - run : sbt -v ++${{ matrix.scala }} test
29- - name : clean up
30- run : " ${GITHUB_WORKSPACE}/.github/clean-up.sh"
317 release :
328 runs-on : ubuntu-latest
33- needs : test
349 env :
3510 JAVA_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
3611 JVM_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
You can’t perform that action at this time.
0 commit comments