aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml14
1 files changed, 6 insertions, 8 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1165df3..608dbdb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -9,16 +9,14 @@ jobs:
steps:
- uses: actions/checkout@v1
+ - uses: jodersky/setup-mill@master
- name: Import key
run: echo "${{secrets.GPG_KEY}}" | gpg --import
- - name: run tests
- uses: ./ci/mill
- with:
- args: commando.compile
- - name: check caching
- uses: ./ci/mill
- with:
- args: commando.test
+ - name: Compile
+ run: mill commando.compile
+ - name: Test
+ run: mill commando.test
+
# - name: Setup mill
# run: |
# curl -L https://github.com/lihaoyi/mill/releases/download/0.5.1/0.5.1 | sudo tee /usr/local/bin/mill > /dev/null