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 cc65205 commit 99b3ea8Copy full SHA for 99b3ea8
.github/workflows/actions.yml
@@ -21,8 +21,7 @@ jobs:
21
java-version: "11"
22
distribution: "temurin"
23
- name: Run tests
24
- run: |
25
- ./mill -i __.js.__.test
+ run: ./mill -i __.js.__.test
26
test-native:
27
runs-on: ubuntu-22.04
28
steps:
@@ -33,8 +32,7 @@ jobs:
33
32
34
35
36
37
- ./mill -i __.native.__.test
+ run: ./mill -i __.native.__.test
38
test-jvm:
39
40
@@ -45,8 +43,7 @@ jobs:
45
43
46
44
47
48
49
- ./mill -i __.jvm.__.test
+ run: ./mill -i __.jvm.__.test
50
check-binary-compatibility:
51
52
0 commit comments