Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Mill bootstrap script in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Qiming Chu <[email protected]>
Emin017 committed Jan 29, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent bf6e7be commit 15af170
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,10 @@ jobs:
uses: coursier/setup-action@v1
with:
jvm: adopt:11
apps: sbt mill
apps: sbt
- name: Setup Mill
run: |
curl -L https://github.com/com-lihaoyi/mill/releases/download/0.12.5/0.12.5 > mill && chmod +x mill
- name: Setup Dependencies
run: |
sudo apt-get install ccache
@@ -56,4 +59,4 @@ jobs:
- name: SBT Test
run: sbt test
- name: mill Test
run: mill _.test
run: ./mill _.test

0 comments on commit 15af170

Please sign in to comment.