We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b8afc commit e1aae6dCopy full SHA for e1aae6d
.github/workflows/ci.yml
@@ -195,6 +195,9 @@ jobs:
195
shell: bash
196
run: sbt '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
197
198
+ - shell: bash
199
+ run: sbt '++${{ matrix.scala }}' 'show mimaPreviousArtifacts'
200
+
201
- shell: bash
202
run: sbt '++${{ matrix.scala }}' '${{ matrix.ci }}'
203
build.sbt
@@ -132,6 +132,7 @@ ThisBuild / githubWorkflowBuildPreamble ++= Seq(
132
)
133
134
ThisBuild / githubWorkflowBuild := Seq(
135
+ WorkflowStep.Sbt(List("show mimaPreviousArtifacts")),
136
WorkflowStep.Sbt(List("${{ matrix.ci }}")),
137
WorkflowStep.Sbt(
138
List("docs/mdoc"),
0 commit comments