We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5836b62 commit 3682d2fCopy full SHA for 3682d2f
.github/workflows/test.yml
@@ -61,7 +61,7 @@ jobs:
61
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
62
with:
63
path: .docker
64
- key: maven-${{ matrix.jdk }}-${{ matrix.maven }}-${{ hashFiles('**/docker-compose.yml') }}
+ key: maven-${{ matrix.jdk }}-${{ matrix.maven }}-${{ hashFiles('**/docker-compose.yml', '**'pom.xml') }}
65
restore-keys: maven-${{ matrix.jdk }}-${{ matrix.maven }}-
66
- name: Execute Docker Build
67
env:
0 commit comments