Enable caching by default

As shown in the documentation, enable caching by default.
This commit is contained in:
Julien Richard-Foy
2022-06-14 18:02:02 +02:00
committed by GitHub
parent 095ec5f937
commit 191e016633
+1
View File
@@ -21,5 +21,6 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'
- name: Run tests
run: sbt test