Skip to content

Commit

Permalink
[TEST] add jacoco test command
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Mar 8, 2024
1 parent 063b523 commit 299cdf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- run: chmod +x gradlew
- run: ./gradlew build -x test
- run: ./gradlew test jacocoTestReport
- run: ./gradlew jib

- name: Test Coverage Report
Expand Down

0 comments on commit 299cdf7

Please sign in to comment.