File tree 2 files changed +4
-14
lines changed
2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 30
30
distribution : adopt
31
31
java-version : 11
32
32
33
- - name : Setup Mill
34
- uses : jodersky/setup-mill@master
35
- with :
36
- mill-version : 0.10.12
37
-
38
33
- name : Run tests
39
34
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 23
23
distribution : adopt
24
24
java-version : 11
25
25
26
- - name : Setup Mill
27
- uses : jodersky/setup-mill@master
28
- with :
29
- mill-version : 0.10.7
30
-
31
26
- 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
33
28
env :
34
29
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
35
30
PGP_SECRET : ${{ secrets.PGP_SECRET }}
You can’t perform that action at this time.
0 commit comments