Skip to content

Commit 91ee2ea

Browse files
committed
fix build
1 parent 1a494f2 commit 91ee2ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: sbt/setup-sbt@v1
2929

3030
- name: build ${{ matrix.scala }}
31-
run: sbt ++${{ matrix.scala }} clean build
31+
run: sbt ++${{ matrix.scala }} clean check
3232

3333
- name: test coverage
3434
if: success()

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ licenses := Seq(
5353
)
5454

5555
//addCommandAlias("check", "all versionPolicyCheck Compile/doc")
56-
addCommandAlias("check", "show version")
56+
addCommandAlias("check", "all root/compile root-pekko/compile")
5757
addCommandAlias(
5858
"build",
5959
"all root/compile root-pekko/compile root/publish root-pekko/publish"

0 commit comments

Comments
 (0)