We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd8432 commit 2d16a16Copy full SHA for 2d16a16
.github/workflows/run-tests.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: sbt test
22
run: sbt test
23
mima:
24
+ if: false
25
needs: test
26
runs-on: ubuntu-latest
27
name: MigrationManager
appveyor.yml
@@ -12,8 +12,8 @@ build_script:
12
- cmd: 'move C:\Users\appveyor\.ivy2\local C:\projects\string-context-parser-combinator\publish'
13
test_script:
14
- cmd: 'sbt test'
15
- - cmd: 'sbt mimaReportBinaryIssues'
16
- - cmd: 'sbt tastyMiMaReportIssues'
+# - cmd: 'sbt mimaReportBinaryIssues'
+# - cmd: 'sbt tastyMiMaReportIssues'
17
artifacts:
18
- path: publish
19
name: sbt_publish_directory
0 commit comments