Skip to content

Commit

Permalink
0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Feb 19, 2024
1 parent d0e359b commit e46b0c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ jobs:
java-version: ${{ matrix.java }}
- name: Run JVM tests
run: |
./mill -i "unroll[_].tests[_].__.run"
./mill -i -k "unroll[_].tests[_].__.run"
publish-sonatype:
if: github.repository == 'com-lihaoyi/unroll' && contains(github.ref, 'refs/tags/')
needs:
- test-jvm
runs-on: ubuntu-latest
env:
SONATYPE_PGP_PRIVATE_KEY: ${{ secrets.SONATYPE_PGP_PRIVATE_KEY }}
Expand Down

0 comments on commit e46b0c9

Please sign in to comment.