File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- name : Code Structure Analysis
1+ name : Java Code Structure Graph Analysis
22
33on :
44 push :
5050 env :
5151 CI_COMMIT_MESSAGE : Automated code structure analysis reports (CI)
5252 CI_COMMIT_AUTHOR : ${{ github.event.repository.name }} Continuous Integration
53+ PROJECT_NAME : AxonFramework
54+ # Version variable name matches renovate.json configuration entry
5355 AXON_FRAMEWORK_VERSION : 4.9.3
5456
5557 steps :
@@ -111,16 +113,16 @@ jobs:
111113 key :
112114 ${{ runner.os }}-${{ hashFiles('**/*.sh') }}
113115
114- - name : Download AxonFramework artifacts
116+ - name : Download ${{ env.PROJECT_NAME }}-${{ env.AXON_FRAMEWORK_VERSION }}
115117 working-directory : temp
116118 run : |
117- mkdir -p AxonFramework -${{ env.AXON_FRAMEWORK_VERSION }}
118- cd AxonFramework -${{ env.AXON_FRAMEWORK_VERSION }}
119+ mkdir -p ${{ env.PROJECT_NAME }} -${{ env.AXON_FRAMEWORK_VERSION }}
120+ cd ${{ env.PROJECT_NAME }} -${{ env.AXON_FRAMEWORK_VERSION }}
119121 echo "Working directory: $( pwd -P )"
120122 ./../../scripts/downloader/downloadAxonFramework.sh ${{ env.AXON_FRAMEWORK_VERSION }}
121123
122- - name : Analyze AxonFramework
123- working-directory : temp/AxonFramework -${{ env.AXON_FRAMEWORK_VERSION }}
124+ - name : Analyze ${{ env.PROJECT_NAME }}-${{ env.AXON_FRAMEWORK_VERSION }}
125+ working-directory : temp/${{ env.PROJECT_NAME }} -${{ env.AXON_FRAMEWORK_VERSION }}
124126 # Shell type can be skipped if jupyter notebook reports (and therefore conda) aren't needed
125127 shell : bash -el {0}
126128 env :
You can’t perform that action at this time.
0 commit comments