File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 3030 distribution : adopt
3131 java-version : 11
3232
33- - name : Setup Mill
34- uses : jodersky/setup-mill@master
35- with :
36- mill-version : 0.10.12
37-
3833 - name : Run tests
3934 run : |
40- mill -k --disable-ticker __.resolvedIvyDeps &&
41- mill -k --disable-ticker mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll __.sources &&
42- mill -j 0 -k --disable-ticker __.test
35+ ./ mill -k --disable-ticker __.resolvedIvyDeps &&
36+ ./ mill -k --disable-ticker mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll __.sources &&
37+ ./ mill -j 0 -k --disable-ticker __.test
Original file line number Diff line number Diff line change 2323 distribution : adopt
2424 java-version : 11
2525
26- - name : Setup Mill
27- uses : jodersky/setup-mill@master
28- with :
29- mill-version : 0.10.7
30-
3126 - name : Publish
32- run : mill -i -j 0 --disable-ticker io.kipp.mill.ci.release.ReleaseModule/publishAll
27+ run : ./ mill -i -j 0 --disable-ticker io.kipp.mill.ci.release.ReleaseModule/publishAll
3328 env :
3429 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
3530 PGP_SECRET : ${{ secrets.PGP_SECRET }}
You can’t perform that action at this time.
0 commit comments