We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5e226 commit 5c704f8Copy full SHA for 5c704f8
.github/workflows/build.yml
@@ -22,8 +22,8 @@ jobs:
22
id: cache-jacoco
23
uses: actions/cache@v4
24
with:
25
- path: ~/jacoco-0.8.14
26
- key: ${{ runner.os }}-jacoco-cli-${{ hashFiles('generate-jacoco-report.sh') }}
+ path: ${{ github.workspace }}/jacoco-0.8.14
+ key: ${{ runner.os }}-jacoco-cli-${{ hashFiles('get-jacoco.sh') }}
27
28
- name: Build with Maven
29
run: mvn --batch-mode --update-snapshots package
0 commit comments