We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf3550 commit e5a9188Copy full SHA for e5a9188
.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 package
+ run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck publishLocal
0 commit comments