Skip to content

Commit

Permalink
Add to test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielnedersantos committed Nov 25, 2024
1 parent 6de13e9 commit a6df26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
sonar-scanner \
-Dsonar.host.url=https://sonarqube.trustly.one \
-Dsonar.login="${SONAR_TOKEN}" \
-Dsonar.login="${SONAR_TOKEN_SECRET}" \
-Dsonar.projectKey="trustly-ios" \
-Dsonar.projectName="trustly-ios" \
-Dsonar.branch.name="${{ github.head_ref }}" \
Expand Down

0 comments on commit a6df26c

Please sign in to comment.