Skip to content

Commit

Permalink
Add to test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielnedersantos committed Dec 19, 2024
1 parent b99ac03 commit f02241e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_sonar_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Run SonarQube Analysis
run: |
# Create sonar-project.properties or update it dynamically
echo "sonar.host.url=${{ env.SONAR_HOST_URL }} >> sonar-project.properties
echo "sonar.host.url=${{ env.SONAR_HOST_URL }}" >> sonar-project.properties
echo "sonar.projectKey=${{ env.SONAR_PROJECT_KEY }}}" >> sonar-project.properties
echo "sonar.projectName=${{ env.SONAR_PROJECT_NAME }}" >> sonar-project.properties
echo "sonar.login=${{ secrets.SONAR_TOKEN_SECRET }}" >> sonar-project.properties
Expand Down

0 comments on commit f02241e

Please sign in to comment.