1 parent c4af62f commit 5fa4e89Copy full SHA for 5fa4e89
1 file changed
.github/workflows/build-java-app-workflow.yml
@@ -63,6 +63,11 @@ jobs:
63
key: ${{ runner.os }}-maven-${{ inputs.hadoop_flavour || vars.HADOOP_FLAVOUR }}-${{ steps.clone_dependencies.outputs.dependencies_sha }}
64
restore-keys: |
65
${{ runner.os }}-maven-${{ inputs.hadoop_flavour || vars.HADOOP_FLAVOUR }}-
66
+ - name: Show which cache was used
67
+ run: |
68
+ echo "hit=${{ steps.maven-cache.outputs['cache-hit'] }}"
69
+ echo "primary=${{ steps.maven-cache.outputs['cache-primary-key'] }}"
70
+ echo "matched=${{ steps.maven-cache.outputs['cache-matched-key'] }}"
71
- name: Compile dependencies
72
run: |
73
if [ -f "./.github/workflows/scripts/compile_same_branch.sh" ]; then
0 commit comments