File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5959 java-version : ${{ env.JAVA_VERSION }}
6060 cache : ' maven'
6161
62- - name : " Install Baseline SDK Version"
63- # this is needed as otherwise "process sources" will fail on e.g. orchestration module, if the core module isn't in the maven cache
64- run : |
65- mvn install -DskipTests
66-
6762 - name : " Checkout or Create Branch"
6863 id : branch
6964 # Checkout branch if it exists, otherwise create it
@@ -110,6 +105,11 @@ jobs:
110105 echo "spec_diff=false" >> "$GITHUB_OUTPUT"
111106 fi
112107
108+ - name : " Install Baseline SDK Version"
109+ # this is needed as otherwise "process sources" will fail on e.g. orchestration module, if the core module isn't in the maven cache
110+ run : |
111+ mvn install -DskipTests
112+
113113 - name : " Generate"
114114 id : generate
115115 if : steps.spec_diff.outputs.spec_diff == 'true'
You can’t perform that action at this time.
0 commit comments