Skip to content

Commit

Permalink
enable mima checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 10, 2023
1 parent dcc040b commit b0f53c7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
push:
branches:
- master
- main
tags-ignore:
- v*
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b0f53c7

Please sign in to comment.