Skip to content

Commit 12dd1fc

Browse files
committed
CI: do full publishLocal in checks
in the hopes of catching doc generation issues during PR validation
1 parent 71ba60d commit 12dd1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
distribution: temurin
2323
java-version: ${{matrix.java}}
2424
- name: Test
25-
run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck doc package
25+
run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck publishLocal

0 commit comments

Comments
 (0)