Skip to content

Commit 3682d2f

Browse files
committed
Update hashFiles
1 parent 5836b62 commit 3682d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
6262
with:
6363
path: .docker
64-
key: maven-${{ matrix.jdk }}-${{ matrix.maven }}-${{ hashFiles('**/docker-compose.yml') }}
64+
key: maven-${{ matrix.jdk }}-${{ matrix.maven }}-${{ hashFiles('**/docker-compose.yml', '**'pom.xml') }}
6565
restore-keys: maven-${{ matrix.jdk }}-${{ matrix.maven }}-
6666
- name: Execute Docker Build
6767
env:

0 commit comments

Comments
 (0)