Skip to content

Commit

Permalink
fixing sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieg0Code committed Aug 23, 2024
1 parent 9c34748 commit 0b9e5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
projectBaseDir: ./user-microservice
args: "-Dsonar.java.binaries=./user-microservice/build/classes/java/main"
args: "-Dsonar.java.binaries=./build/classes/java/main"

0 comments on commit 0b9e5a8

Please sign in to comment.