Skip to content

Commit 958567a

Browse files
committed
cicd: Add missing cache_key output to test-analysis.yml #TASK-7809
1 parent f5cd7a3 commit 958567a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Build and test the project
22
on:
33
workflow_call:
4+
outputs:
5+
cache_key:
6+
description: "Cache key used for Maven repository"
7+
value: ${{ jobs.build.outputs.cache_key }}
48
secrets:
59
SONAR_TOKEN:
610
required: true

0 commit comments

Comments
 (0)