Skip to content

Commit

Permalink
ci: added forced test run before sonar task
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Jul 26, 2023
1 parent fe07eb1 commit 8f234e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
path: ./.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- run: ./gradlew --no-daemon check
- name: Sonar analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
Expand Down

0 comments on commit 8f234e7

Please sign in to comment.