Skip to content

Commit

Permalink
chore: jacoco 플러그인 설정에 따른 분석 명령어 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Jul 9, 2023
1 parent b008676 commit bc592a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Build and analyze
run: ./gradlew build sonar --info
run: ./gradlew test sonar --info
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit bc592a9

Please sign in to comment.