Skip to content

Commit

Permalink
Run tests in CI again (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jul 16, 2021
1 parent 184ebfc commit 35b5bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
java-version: 8
- name: Run tests
run: ./mill -i -j $(nproc) __.publishArtifacts __.test
run: ./mill -i all __.publishArtifacts __.test

publish-sonatype:
if: github.repository == 'com-lihaoyi/fansi' && contains(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 35b5bf9

Please sign in to comment.