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