Set up Mill
ActionsTags
(2)Use this action to make mill available in a job.
- uses: jodersky/setup-mill@master
with:
mill-version: 0.10.4
- name: Compile
run: mill project.compile
# the server process is kept alive across steps,
# so separate invocations of mill remain extremely fast!
- name: Test
run: mill project.testSet up Mill is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.