Skip to content

Commit d031498

Browse files
committed
.
1 parent db78b6e commit d031498

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ jobs:
2727
fetch-depth: 0
2828
fetch-tags: true
2929
- uses: coursier/cache-action@v6.4
30+
- name: Compile
31+
run: ./mill __.compile
32+
- name: test
33+
run: ./mill scautable.jvm.test
3034
- name: Run tests
31-
run: ./mill -i __.publishArtifacts + __.test
35+
run: ./mill -i __.publishArtifacts
36+
3237

3338
publish:
3439
if: github.repository == 'Quafadas/scautable' && contains(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)