Skip to content

Commit

Permalink
Update car-demo-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Jan 24, 2024
1 parent 9287054 commit f5ab1d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: List Directory Contents
run: ls -R
- name: Set up JDK
uses: actions/setup-java@v2
with:
Expand All @@ -35,7 +36,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
#cd car-demo/shipment-service # Adjust the path accordingly
mvn clean install sonar:sonar
mvn -X clean install sonar:sonar
#sonarcloud:
# name: SonarCloud
# runs-on: ubuntu-latest
Expand Down

0 comments on commit f5ab1d7

Please sign in to comment.