Skip to content

Commit dfe8965

Browse files
authored
Update Processors_CI_CD_Prod_Workflow.yaml
Signed-off-by: sandhami <[email protected]>
1 parent 97a976b commit dfe8965

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/Processors_CI_CD_Prod_Workflow.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)