We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c704f8 commit 5fdc04dCopy full SHA for 5fdc04d
1 file changed
.github/workflows/build.yml
@@ -5,6 +5,9 @@ on:
5
pull_request:
6
types: [opened, reopened]
7
8
+env:
9
+ JACOCO_VERSION: "0.8.14"
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
@@ -23,7 +26,7 @@ jobs:
23
26
uses: actions/cache@v4
24
27
with:
25
28
path: ${{ github.workspace }}/jacoco-0.8.14
- key: ${{ runner.os }}-jacoco-cli-${{ hashFiles('get-jacoco.sh') }}
29
+ key: ${{ runner.os }}-jacoco-cli-${{ env.JACOCO_VERSION }}
30
31
- name: Build with Maven
32
run: mvn --batch-mode --update-snapshots package
0 commit comments