aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 608dbdb..4b82d74 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -12,11 +12,14 @@ jobs:
- uses: jodersky/setup-mill@master
- name: Import key
run: echo "${{secrets.GPG_KEY}}" | gpg --import
- - name: Compile
+ - name: Build
run: mill commando.compile
- name: Test
run: mill commando.test
-
+ - name: ls
+ run: ls -lah .
+
+
# - 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