Merge pull request #1609 from julienrf/patch-1

Enable caching by default
This commit is contained in:
Sampark Sharma
2022-06-21 14:12:00 +05:30
committed by GitHub
+1
View File
@@ -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