This commit is contained in:
@@ -23,6 +23,17 @@ jobs:
|
|||||||
java-version: 17
|
java-version: 17
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
|
- name: Cache Gradle
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path:
|
||||||
|
~/.gradle/caches
|
||||||
|
~/.gradle/wrapper
|
||||||
|
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
||||||
|
restore-keys:
|
||||||
|
${{ runner.os }}-gradle-
|
||||||
|
|
||||||
|
|
||||||
- name: Build & Test with Jacoco
|
- name: Build & Test with Jacoco
|
||||||
run: ./gradlew --daemon test jacocoTestReport
|
run: ./gradlew --daemon test jacocoTestReport
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user