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 18, 2024
1 parent c061e3f commit 37465a7
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 @@ -63,7 +63,7 @@ jobs:
echo "sonar.pullrequest.key=${{ github.event.number }}" >> sonar-project.properties
echo "sonar.pullrequest.branch=${{ github.head_ref }}" >> sonar-project.properties
echo "sonar.pullrequest.base=${{ github.base_ref }}" >> sonar-project.properties
echo "sonar.scm.revision=${GIT_REVISION}" >> sonar-project.properties
echo "sonar.scm.revision=$GIT_REVISION" >> sonar-project.properties
- name: Run Sonar-Swift Script
run: |
Expand Down

0 comments on commit 37465a7

Please sign in to comment.