Skip to content

Commit 2d16a16

Browse files
committed
[ci] disable MiMa checks
1 parent 9bd8432 commit 2d16a16

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: sbt test
2222
run: sbt test
2323
mima:
24+
if: false
2425
needs: test
2526
runs-on: ubuntu-latest
2627
name: MigrationManager

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ build_script:
1212
- cmd: 'move C:\Users\appveyor\.ivy2\local C:\projects\string-context-parser-combinator\publish'
1313
test_script:
1414
- cmd: 'sbt test'
15-
- cmd: 'sbt mimaReportBinaryIssues'
16-
- cmd: 'sbt tastyMiMaReportIssues'
15+
# - cmd: 'sbt mimaReportBinaryIssues'
16+
# - cmd: 'sbt tastyMiMaReportIssues'
1717
artifacts:
1818
- path: publish
1919
name: sbt_publish_directory

0 commit comments

Comments
 (0)