Skip to content

Commit ccb6133

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
needs: test
2020
with:
2121
maven_opts: -Dcheckstyle.skip -DCELLBASE.WAR.NAME=cellbase
22-
cache_key: ${{ needs.build.outputs.cache_key }}
22+
cache_key: ${{ needs.test.outputs.cache_key }}
2323
secrets: inherit
2424

2525
deploy-docker:

.github/workflows/test-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
type: boolean
88
required: false
99
default: false
10+
outputs:
11+
cache_key:
12+
description: "Cache key used for Maven repository"
13+
value: ${{ jobs.build.outputs.cache_key }}
1014
secrets:
1115
SONAR_TOKEN:
1216
required: true

0 commit comments

Comments
 (0)