From 7068e5d16a1e0b8361b42a0ef7a1c486b0333b88 Mon Sep 17 00:00:00 2001 From: Naftoli Gugenheim <98384+nafg@users.noreply.github.com> Date: Sun, 27 Nov 2022 17:22:52 -0500 Subject: [PATCH] ci.yml: add some mill flags --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8e3e38..9cded30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: apps: mill - name: Test - run: mill test + run: mill --no-server --jobs 0 test publish: runs-on: ubuntu-latest @@ -43,7 +43,7 @@ jobs: apps: mill - name: Publish - run: mill io.kipp.mill.ci.release.ReleaseModule/publishAll + run: mill --no-server --jobs 0 io.kipp.mill.ci.release.ReleaseModule/publishAll env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} PGP_SECRET: ${{ secrets.PGP_SECRET }}