File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -134,18 +134,11 @@ jobs:
134134 -DdepVersion=$COMMON_VERSION \
135135 -DforceVersion=true
136136
137- - name : Build & Skip Test Processor
138- if : ${{ github.event.inputs.test == 'false' }}
139- run : |
140- mvn clean install -Ddockerfile.skip=true -DskipTests
141-
142137 - name : Build & Test Processor
143- if : ${{ github.event.inputs.test == 'true' }}
144138 run : |
145139 mvn clean install -Ddockerfile.skip=true
146140
147141 - name : SonarQube Analysis - Processors
148- if : ${{ github.event.inputs.test == 'true' }}
149142 run : |
150143 mvn sonar:sonar -Dsonar.projectKey=ENGINEERING.KPIDASHBOARD.PROCESSORS \
151144 -Dsonar.projectName=ENGINEERING.KPIDASHBOARD.PROCESSORS \
@@ -154,7 +147,6 @@ jobs:
154147 -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }} -f pom.xml
155148
156149 - name : Check SonarQube Quality Gate
157- if : ${{ github.event.inputs.test == 'true' }}
158150 run : |
159151 chmod +x SonarQG.sh
160152 ./SonarQG.sh ./target/sonar/report-task.txt
You can’t perform that action at this time.
0 commit comments