Skip to content

Commit

Permalink
ci.yml: add some mill flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Nov 27, 2022
1 parent e08d6bd commit 7068e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
apps: mill

- name: Test
run: mill test
run: mill --no-server --jobs 0 test

publish:
runs-on: ubuntu-latest
Expand All @@ -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 }}
Expand Down

0 comments on commit 7068e5d

Please sign in to comment.