Skip to content
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

Merged
merged 4 commits into from
Jul 22, 2024

Conversation

nak-honest
Copy link
Member

@nak-honest nak-honest commented Jul 21, 2024

✅ 작업 내용

  • CI 액션에 전달하는 xml 파일 경로 수정
  • CI publish-unit-test-result-action 버전 업그레이드 (v1 -> v2)
  • CI publish-unit-test-result-action 의 동시 read/write 요청 시간 증가 및 재시도 대기 시간 증가
  • PR merge 조건으로 publish-unit-test-result-action 성공 여부 삭제

🙈 참고 사항

  • 테스트 및 빌드 실패 시 build 액션이 실패하기 때문에 build 액션 성공 여부만 PR merge 조건에 넣었습니다.

@nak-honest nak-honest added the BE label Jul 21, 2024
@nak-honest nak-honest added this to the sprint 2 milestone Jul 21, 2024
Copy link

github-actions bot commented Jul 21, 2024

Test Results

 4 files   4 suites   2s ⏱️
 9 tests  9 ✅ 0 💤 0 ❌
10 runs  10 ✅ 0 💤 0 ❌

Results for commit 1754875.

♻️ This comment has been updated with latest results.

Copy link

@Libienz Libienz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오 .. 테스트 인식 잘되는 군요 읽기 쓰기 제한 두신 것도 확인했습니다.
수고요리 👍

@nak-honest nak-honest requested review from hangillee and eunjungL July 21, 2024 17:43
Copy link

@eunjungL eunjungL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 수고하셨습니다 나크나크

@nak-honest nak-honest merged commit b483000 into develop/be Jul 22, 2024
3 checks passed
@nak-honest nak-honest deleted the feature/be/#83 branch July 22, 2024 04:18
eunjungL pushed a commit that referenced this pull request Jul 30, 2024
* fix: CI 액션에 전달하는 xml 파일 경로 미인식 문제 해결

* chore: CI `publish-unit-test-result-action` 버전 업그레이드

* chore: CI `publish-unit-test-result-action`의 동시 요청 시간과 재시도 대기 시간 증가

* fix: CI xml 파일 경로 수정
hangillee pushed a commit to hangillee/2024-touroot that referenced this pull request Aug 20, 2024
* fix: CI 액션에 전달하는 xml 파일 경로 미인식 문제 해결

* chore: CI `publish-unit-test-result-action` 버전 업그레이드

* chore: CI `publish-unit-test-result-action`의 동시 요청 시간과 재시도 대기 시간 증가

* fix: CI xml 파일 경로 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Fix] - CI xml 파일 미인식 문제 및 요청 초과로 인한 액션 실패 해결
3 participants