Merge pull request #1609 from julienrf/patch-1
Enable caching by default
This commit is contained in:
@@ -21,5 +21,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
cache: 'sbt'
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: sbt test
|
run: sbt test
|
||||||
|
|||||||
Reference in New Issue
Block a user