File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 22
22
distribution : " temurin"
23
23
- name : Run tests
24
24
run : |
25
- echo '-XX:MaxRAMPercentage=95.0' >> .mill-jvm-opts
26
- ./mill -i --disable-ticker __.js.__.resolvedMvnDeps
27
- ./mill -i --disable-ticker __.js.__.publishArtifacts + __.js.__.compile + __.js.__.fastOpt + __.js.__.test
25
+ ./mill -i __.js.__.test
28
26
test-native :
29
27
runs-on : ubuntu-22.04
30
28
steps :
36
34
distribution : " temurin"
37
35
- name : Run tests
38
36
run : |
39
- echo '-XX:MaxRAMPercentage=95.0' >> .mill-jvm-opts
40
- ./mill -i --disable-ticker __.native.__.resolvedMvnDeps
41
- ./mill -i --disable-ticker __.native.__.publishArtifacts + __.native.__.compile + __.native.__.test
37
+ ./mill -i __.native.__.test
42
38
test-jvm :
43
39
runs-on : ubuntu-22.04
44
40
steps :
50
46
distribution : " temurin"
51
47
- name : Run tests
52
48
run : |
53
- echo '-XX:MaxRAMPercentage=95.0' >> .mill-jvm-opts
54
- ./mill -i --disable-ticker __.jvm.__.resolvedMvnDeps
55
- ./mill -i --disable-ticker __.jvm.__.publishArtifacts + __.jvm.__.compile + __.jvm.__.test
49
+ ./mill -i __.jvm.__.test
56
50
check-binary-compatibility :
57
51
runs-on : ubuntu-22.04
58
52
steps :
65
59
java-version : " 11"
66
60
distribution : " temurin"
67
61
- name : Check Binary Compatibility
68
- run : ./mill -i --disable-ticker __.mimaReportBinaryIssues
62
+ run : ./mill -i __.mimaReportBinaryIssues
69
63
70
64
publish-sonatype :
71
65
if : github.repository == 'com-lihaoyi/fastparse' && contains(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments