Skip to content

Commit

Permalink
use ciCheckMima
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsBroersen committed Nov 17, 2024
1 parent 17a6b8a commit 36bef4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: sbt ciCheckGithubWorkflow
- name: Lint
run: sbt lint
- name: Check mima
- name: Check binary compatibility
run: sbt checkMima
test:
name: Test
Expand Down
11 changes: 1 addition & 10 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,7 @@ inThisBuild(
javaPlatform := Versions.JdkReleaseVersion,
ciEnabledBranches := Seq("master", "series/4.x"),
ciDefaultJavaDistribution := "temurin",
ciLintJobs := ciLintJobs.value.map(job =>
job.copy(steps =
job.steps ++ Seq(
zio.sbt.githubactionsnative.Step.SingleStep(
name = "Check mima",
run = Some("sbt checkMima")
)
)
)
)
ciCheckMima := true
)
)

Expand Down

0 comments on commit 36bef4a

Please sign in to comment.