From e46b0c94e3d7ed9a5b6031229a4d3dfabe8b65ce Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 19 Feb 2024 19:45:15 +0800 Subject: [PATCH] 0.1.11 --- .github/workflows/actions.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6aded51..198be80 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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 }}