Skip to content

Commit e1aae6d

Browse files
committed
Debugging
1 parent e4b8afc commit e1aae6d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ jobs:
195195
shell: bash
196196
run: sbt '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
197197

198+
- shell: bash
199+
run: sbt '++${{ matrix.scala }}' 'show mimaPreviousArtifacts'
200+
198201
- shell: bash
199202
run: sbt '++${{ matrix.scala }}' '${{ matrix.ci }}'
200203

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ ThisBuild / githubWorkflowBuildPreamble ++= Seq(
132132
)
133133

134134
ThisBuild / githubWorkflowBuild := Seq(
135+
WorkflowStep.Sbt(List("show mimaPreviousArtifacts")),
135136
WorkflowStep.Sbt(List("${{ matrix.ci }}")),
136137
WorkflowStep.Sbt(
137138
List("docs/mdoc"),

0 commit comments

Comments
 (0)