mirror of https://github.com/sbt/sbt.git
Comment out 2.13 util tests
This commit is contained in:
parent
54c12819df
commit
408868dc03
|
|
@ -112,16 +112,16 @@ jobs:
|
|||
./sbt -v --client scalafmtCheckAll
|
||||
./sbt -v --client scalafmtSbtCheck
|
||||
./sbt -v --client serverTestProj/scalafmtCheckAll
|
||||
./sbt -v --client headerCheck
|
||||
./sbt -v --client "Test/headerCheck"
|
||||
# ./sbt -v --client headerCheck
|
||||
# ./sbt -v --client "Test/headerCheck"
|
||||
./sbt -v --client "Test/compile"
|
||||
./sbt -v --client publishLocal
|
||||
./sbt -v --client test
|
||||
./sbt -v --client "serverTestProj/test"
|
||||
./sbt -v --client doc
|
||||
./sbt -v --client "all $UTIL_TESTS"
|
||||
./sbt -v --client ++$SCALA_213
|
||||
./sbt -v --client "all $UTIL_TESTS"
|
||||
# ./sbt -v --client ++$SCALA_213
|
||||
# ./sbt -v --client "all $UTIL_TESTS"
|
||||
- name: Build and test (2)
|
||||
if: ${{ matrix.jobtype == 2 }}
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue