File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 distribution : ' temurin'
3030 java-version : ${{ matrix.java }}
3131 - name : Run tests
32- run : ./mill -DscalaNextVersion=${{ env.SCALA_NEXT_VERSION }} -i __.publishArtifacts + __.test
32+ run : ./mill -i - DscalaNextVersion=${{ env.SCALA_NEXT_VERSION }} __.publishArtifacts + __.test
3333
3434 check-binary-compatibility :
3535 runs-on : ubuntu-latest
4242 distribution : ' temurin'
4343 java-version : 17
4444 - name : Check Binary Compatibility
45- run : ./mill -DscalaNextVersion=${{ env.SCALA_NEXT_VERSION }} -i __.mimaReportBinaryIssues
45+ run : ./mill -i - DscalaNextVersion=${{ env.SCALA_NEXT_VERSION }} __.mimaReportBinaryIssues
4646
4747 publish-sonatype :
4848 if : github.repository == 'com-lihaoyi/requests-scala' && contains(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments