Skip to content

Commit

Permalink
chore: ci 스크립트 내 check 코멘트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyoung234 committed Jul 19, 2024
1 parent 8f27f95 commit fd8fd58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ jobs:
if: always()
with:
files: frontend/test-results/results.xml

- name: 테스트 실패 시, 실패한 코드 라인에 Check 코멘트 등록
uses: mikepenz/action-junit-report@v3
if: always()
with:
report_paths: frontend/test-results/results.xml
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fd8fd58

Please sign in to comment.