Merge pull request #8186 from eed3si9n/wip/test-doc

[2.x] Test ScalaDoc
This commit is contained in:
eugene yokota 2025-08-04 00:06:05 -04:00 committed by GitHub
commit e631b80a6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}