Skip to content

Commit 7498415

Browse files
committed
Use coursier cache
1 parent e8d1dc4 commit 7498415

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v2
1414

15+
- name: Cache
16+
uses: coursier/cache-action@v6
17+
1518
- name: Setup Java
1619
uses: actions/setup-java@v2
1720
with:
@@ -25,5 +28,5 @@ jobs:
2528

2629
- name: Run tests
2730
run: |
28-
mill -k --disable-ticker __.checkFormat &&
29-
mill -k --disable-ticker __.test
31+
mill -j 0 -k --disable-ticker __.checkFormat &&
32+
mill -j 0 -k --disable-ticker __.test

0 commit comments

Comments
 (0)