Skip to content

Commit

Permalink
ci: remove mill
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyic00 committed Nov 26, 2023
1 parent 934a0b0 commit bcd01c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cleanup
run: sed -i "s/%NAME%/test/g" build.sc
- name: Setup Scala
uses: olafurpg/setup-scala@v10
with:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cleanup
run: sed -i "s/%NAME%/test/g" build.sc
- name: Setup Scala
uses: olafurpg/setup-scala@v10
with:
java-version: [email protected]
- name: Setup Mill
uses: jodersky/[email protected]
with:
mill-version: 0.9.7
- name: Cache Scala
uses: coursier/cache-action@v5
- name: mill Test
run: mill _.compile
- name: SBT Test
run: sbt test

0 comments on commit bcd01c6

Please sign in to comment.