Skip to content

Commit

Permalink
f-lab-edu#30 되라
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsuyeondev committed May 25, 2024
1 parent 9f23844 commit 6ef54b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ jobs:
if: always()
with:
files: 'module-api/build/test-results/**/*.xml'
#6. 테스트 실패시 주석 추가
- name: 테스트 실패 Comment
uses: mikepenz/action-junit-report@v3
if: always()
with:
report_paths: 'module-api/build/test-results/test/TEST-*.xml'
#6. 테스트 실패시 주석 추가
# - name: 테스트 실패 Comment
# uses: mikepenz/action-junit-report@v3
# if: always()
# with:
# report_paths: 'module-api/build/test-results/test/TEST-*.xml'
#8. Gradle 클린 빌드
- name: Build with Gradle
run: ./gradlew clean build

0 comments on commit 6ef54b2

Please sign in to comment.