Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuldeep-knoldus authored Jun 13, 2024
1 parent c8b2761 commit afb835d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
if [ "$SERVICE_NAME" != "blogs-analyzer-ui" ]; then
mvn clean install -B -V
fi
cd ..
done
# Setup for Angular projects
Expand All @@ -54,7 +53,6 @@ jobs:
npm install
npm test --code-coverage
fi
cd ..
done
sonarcloud:
name: SonarCloud Analysis
Expand All @@ -76,7 +74,6 @@ jobs:
if [ "$SERVICE_NAME" != "blogs-analyzer-ui" ]; then
mvn clean verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech -Dsonar.branch.name=master
fi
cd ..
done
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand All @@ -92,7 +89,6 @@ jobs:
if [ "$SERVICE_NAME" == "blogs-analyzer-ui" ]; then
npm run sonar
fi
cd ..
done
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit afb835d

Please sign in to comment.