Skip to content

Commit

Permalink
fix: jacoco-rule build 시 jacocoTest 하지 않도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kkyu0718 committed Aug 21, 2024
1 parent 683cec6 commit 32fd93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jacoco-rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: cd backend && chmod +x gradlew
- name: Build with Gradle and generate Jacoco report
run: cd backend && ./gradlew build jacocoTestReport
- name: Build with Gradle
run: cd backend && ./gradlew build
- name: Store error reports
if: ${{ failure() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 32fd93f

Please sign in to comment.