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 b8bb7f4 commit ccb6133Copy full SHA for ccb6133
.github/workflows/develop.yml
@@ -19,7 +19,7 @@ jobs:
19
needs: test
20
with:
21
maven_opts: -Dcheckstyle.skip -DCELLBASE.WAR.NAME=cellbase
22
- cache_key: ${{ needs.build.outputs.cache_key }}
+ cache_key: ${{ needs.test.outputs.cache_key }}
23
secrets: inherit
24
25
deploy-docker:
.github/workflows/test-analysis.yml
@@ -7,6 +7,10 @@ on:
7
type: boolean
8
required: false
9
default: false
10
+ outputs:
11
+ cache_key:
12
+ description: "Cache key used for Maven repository"
13
+ value: ${{ jobs.build.outputs.cache_key }}
14
secrets:
15
SONAR_TOKEN:
16
required: true
0 commit comments