We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a494f2 commit 91ee2eaCopy full SHA for 91ee2ea
2 files changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: sbt/setup-sbt@v1
29
30
- name: build ${{ matrix.scala }}
31
- run: sbt ++${{ matrix.scala }} clean build
+ run: sbt ++${{ matrix.scala }} clean check
32
33
- name: test coverage
34
if: success()
build.sbt
@@ -53,7 +53,7 @@ licenses := Seq(
53
)
54
55
//addCommandAlias("check", "all versionPolicyCheck Compile/doc")
56
-addCommandAlias("check", "show version")
+addCommandAlias("check", "all root/compile root-pekko/compile")
57
addCommandAlias(
58
"build",
59
"all root/compile root-pekko/compile root/publish root-pekko/publish"
0 commit comments