We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f6cf2 commit 69582c4Copy full SHA for 69582c4
.github/workflows/ci.yml
@@ -22,4 +22,4 @@ jobs:
22
java-version: ${{matrix.java}}
23
cache: sbt
24
- name: Test
25
- run: sbt ++${{matrix.scala}} test package
+ run: sbt ++${{matrix.scala}} test doc package
0 commit comments