-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] - CI xml 파일 미인식 문제 및 요청 초과로 인한 액션 실패 해결 #85
Conversation
Test Results 4 files 4 suites 2s ⏱️ Results for commit 1754875. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 .. 테스트 인식 잘되는 군요 읽기 쓰기 제한 두신 것도 확인했습니다.
수고요리 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 수고하셨습니다 나크나크
* fix: CI 액션에 전달하는 xml 파일 경로 미인식 문제 해결 * chore: CI `publish-unit-test-result-action` 버전 업그레이드 * chore: CI `publish-unit-test-result-action`의 동시 요청 시간과 재시도 대기 시간 증가 * fix: CI xml 파일 경로 수정
* fix: CI 액션에 전달하는 xml 파일 경로 미인식 문제 해결 * chore: CI `publish-unit-test-result-action` 버전 업그레이드 * chore: CI `publish-unit-test-result-action`의 동시 요청 시간과 재시도 대기 시간 증가 * fix: CI xml 파일 경로 수정
✅ 작업 내용
publish-unit-test-result-action
버전 업그레이드 (v1 -> v2)publish-unit-test-result-action
의 동시 read/write 요청 시간 증가 및 재시도 대기 시간 증가publish-unit-test-result-action
성공 여부 삭제🙈 참고 사항
build
액션이 실패하기 때문에build
액션 성공 여부만 PR merge 조건에 넣었습니다.