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 b9a573a commit 4306a7aCopy full SHA for 4306a7a
.github/workflows/build.yml
@@ -22,4 +22,5 @@ jobs:
22
if: matrix.scala == '2.13.1' || matrix.scala == '2.12.10'
23
run: sbt ++${{matrix.scala}} coreJS/test
24
- name: Mima
25
+ if: matrix.scala == '2.13.1' || matrix.scala == '2.12.10'
26
run: sbt ++${{matrix.scala}} mimaReportBinaryIssues
0 commit comments