Skip to content

Commit

Permalink
Fix SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesSetiawan committed Feb 5, 2024
1 parent 9d7ab88 commit 5a4c93b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/django-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
run: |
coverage run --source='.' manage.py test
coverage xml -o ./coverage.xml
- name: List Directories
run: |
echo "Directories in GitHub workflow:"
find "$GITHUB_WORKSPACE" -type d -print
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
Expand Down

0 comments on commit 5a4c93b

Please sign in to comment.