add maven cache to GH Actions
This commit is contained in:
parent
c81d27a224
commit
55b68c4918
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -10,11 +10,11 @@ jobs:
|
|||
java: [ '8', '11', '14', '15', '16', '17-ea' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v1
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
- name: Setup Clojure
|
||||
cache: 'maven'
|
||||
- name: Clojure CLI
|
||||
uses: DeLaGuardo/setup-clojure@master
|
||||
with:
|
||||
tools-deps: '1.10.3.933'
|
||||
|
|
|
|||
Loading…
Reference in a new issue