mirror of https://github.com/sbt/sbt.git
Merge pull request #8186 from eed3si9n/wip/test-doc
[2.x] Test ScalaDoc
This commit is contained in:
commit
e631b80a6a
|
|
@ -142,10 +142,10 @@ jobs:
|
|||
# ./sbt -v --client headerCheck
|
||||
# ./sbt -v --client "Test/headerCheck"
|
||||
./sbt -v --client "Test/compile"
|
||||
./sbt -v --client doc
|
||||
./sbt -v --client publishLocal
|
||||
./sbt -v --client test
|
||||
./sbt -v --client "serverTestProj/test"
|
||||
# ./sbt -v --client doc
|
||||
./sbt -v --client "all $UTIL_TESTS"
|
||||
- name: Build and test (2)
|
||||
if: ${{ matrix.jobtype == 2 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue