We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc6023 commit 682885dCopy full SHA for 682885d
.github/workflows/ci.yml
@@ -22,4 +22,4 @@ jobs:
22
distribution: temurin
23
java-version: ${{matrix.java}}
24
- name: Test
25
- run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck doc package
+ run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck publishLocal
0 commit comments