Skip to content

Commit

Permalink
Don't explicitly call check
Browse files Browse the repository at this point in the history
  • Loading branch information
ursjoss committed Oct 7, 2023
1 parent 4db4721 commit e4d8de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
path: '**/build/reports'

- name: Run all tests with Gradle
run: ./gradlew check sonar --no-daemon
run: ./gradlew sonar
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e4d8de5

Please sign in to comment.