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
|
|
@ -36,16 +36,19 @@ jobs:
|
|||
- name: Cache Coursier cache
|
||||
uses: coursier/cache-action@v6.4.0
|
||||
|
||||
- name: Enable jvm-opts
|
||||
run: cp .jvmopts-ci .jvmopts
|
||||
|
||||
# compile code instead of doing mima check (until we re-enable mima check)
|
||||
- name: Compile code
|
||||
run: sbtx -jvm-opts .jvmopts-ci "+~ ${{ matrix.scalaVersion }} Test/compile"
|
||||
run: sbt "+~ ${{ matrix.scalaVersion }} Test/compile"
|
||||
|
||||
# disable mima check until first pekko release is done
|
||||
#- name: Report MiMa Binary Issues
|
||||
# run: sbtx -jvm-opts .jvmopts-ci "+~ ${{ matrix.scalaVersion }} mimaReportBinaryIssues"
|
||||
# run: sbt "+~ ${{ matrix.scalaVersion }} mimaReportBinaryIssues"
|
||||
|
||||
#- name: Check correct MiMa filter directories
|
||||
# run: sbtx -jvm-opts .jvmopts-ci checkMimaFilterDirectories
|
||||
# run: sbt checkMimaFilterDirectories
|
||||
|
||||
# comment out email actions until we have an email address to use (and we need to get INFRA to whitelist dawidd6/action-send-mail)
|
||||
#- name: Email on failure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue