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 b222fcf commit bac5235Copy full SHA for bac5235
.github/workflows/actions.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
java-version: 8
17
- name: Run tests
18
- run: ./mill -i __.publishArtifacts __.test
+ run: ./mill -i all __.publishArtifacts __.test
19
20
publish-sonatype:
21
if: github.repository == 'com-lihaoyi/utest' && contains(github.ref, 'refs/tags/')
0 commit comments