Skip to content

Commit 673f714

Browse files
committed
Add coursier cache to actions-cache
1 parent 78b9b17 commit 673f714

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/mill-plugin-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
path: |
2828
~/.m2/repository
2929
~/.gradle
30+
~/.cache/coursier
3031
!~/.gradle/caches/*/plugin-resolution/
3132
!~/.m2/repository/org/openapitools/
33+
!~/.cache/coursier/v1/https/repo1.maven.org/maven2/org/openapitools/
3234
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
3335
restore-keys: |
3436
${{ runner.os }}-test-mill-plugin-${{ env.cache-name }}-

0 commit comments

Comments
 (0)