File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 - name : Set vm.max_map_count
4545 run : sudo sysctl -w vm.max_map_count=262144
4646 - name : Run tests
47- run : SBT_OPTS="-Xss4M -Xms1g -Xmx4g -Dfile.encoding=UTF-8" sbt ' test'
47+ run : SBT_OPTS="-Xss4M -Xms1g -Xmx4g -Dfile.encoding=UTF-8" sbt test
4848
4949 lint :
5050 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4343 - name : Set vm.max_map_count
4444 run : sudo sysctl -w vm.max_map_count=262144
4545 - name : Run tests & Coverage Report
46- run : SBT_OPTS="-Xss4M -Xms1g -Xmx4g -Dfile.encoding=UTF-8" sbt ' coverage test coverageReport coverageAggregate'
46+ run : SBT_OPTS="-Xss4M -Xms1g -Xmx4g -Dfile.encoding=UTF-8" sbt coverage test coverageReport coverageAggregate
4747 - name : Upload coverage to Codecov
4848 uses : codecov/codecov-action@v3
4949 with :
5252 fail_ci_if_error : false
5353 verbose : true
5454 - name : Publish
55- run : SBT_OPTS="-Xss4M -Xms1g -Xmx4g -Dfile.encoding=UTF-8" sbt ' publish'
55+ run : SBT_OPTS="-Xss4M -Xms1g -Xmx4g -Dfile.encoding=UTF-8" sbt publish
You can’t perform that action at this time.
0 commit comments