Skip to content

Commit

Permalink
fix(ci): make sonar work on push to rc
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajpiar committed Jun 26, 2024
1 parent 73ad5b1 commit c2a6356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
if: github.event_name != 'pull_request'
run: |
./gradlew sonarqube --no-daemon -x build -x test \
-Dsonar.branch.name=master \
-Dsonar.branch.name="${{ github.ref }}" \
-Dsonar.organization=rsksmart \
-Dsonar.host.url="https://sonarcloud.io" \
-Dsonar.token="${{ secrets.SONAR_TOKEN }}"
Expand Down

0 comments on commit c2a6356

Please sign in to comment.