diff --git a/.github/workflows/check-build-test.yml b/.github/workflows/check-build-test.yml index 08439667a..9fc7b56f2 100644 --- a/.github/workflows/check-build-test.yml +++ b/.github/workflows/check-build-test.yml @@ -4,7 +4,6 @@ on: pull_request: push: branches: - - master - main tags-ignore: - v* @@ -37,9 +36,8 @@ jobs: - name: Cache Coursier cache uses: coursier/cache-action@v6.4.0 - # temporarily remove mima checks - - name: "Code style, compile tests, MiMa. Run locally with: sbt +~2.13 \"javafmtCheckAll; Test/compile; mimaReportBinaryIssues\"" - run: sbt "javafmtCheckAll; +Test/compile" + - name: "Code style, compile tests, MiMa. Run locally with: sbt \"javafmtCheckAll; +Test/compile; +mimaReportBinaryIssues\"" + run: sbt "javafmtCheckAll; +Test/compile; +mimaReportBinaryIssues" documentation: name: ScalaDoc, Documentation with Paradox