Skip to content

Commit

Permalink
remove sonar flag (finos#204)
Browse files Browse the repository at this point in the history
remove sonar flag
  • Loading branch information
Yasirmod17 authored Jan 22, 2024
1 parent 91dc703 commit 17e539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Build + Test + Sonar + Maven Deploy
if: (github.repository == 'finos/legend-shared') && (github.ref == 'refs/heads/master')
run: mvn javadoc:javadoc deploy -Dmaven.test.failure.ignore=true -Psonar -pl !legend-shared-test-reports
run: mvn javadoc:javadoc deploy -Dmaven.test.failure.ignore=true -pl !legend-shared-test-reports

- name: Upload Test Results
if: always()
Expand Down

0 comments on commit 17e539b

Please sign in to comment.