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

[Refactor/#305] 액션 개선 및 수정 #306

Merged
merged 3 commits into from
Aug 5, 2024
Merged

Conversation

belljun3395
Copy link
Collaborator

🎫 연관 이슈

resolved: #305

💁‍♂️ PR 내용

  • 액션 개선 및 수정

🙏 작업

  • gradle 캐시를 사용하도록 개선
  • 액션 동작 조건 수정

🙈 PR 참고 사항

📸 스크린샷

스크린샷 2024-08-05 오후 9 01 13 스크린샷 2024-08-05 오후 9 01 26

jooqCodgenAll에 걸리던 1분이 25초로 개선된 것을 확인할 수 있습니다.

테스트 코드 동작 개선은 테스트 컨테이너를 통해 추후 개선 예정

🤖 테스트 체크리스트

  • 체크 미완료
  • 체크 완료

@github-actions github-actions bot added the refactor 기존 기능에 대해 개선할 때 사용됩니다. label Aug 5, 2024

on:
pull_request:
branches: [ "main" ]
branches: [ "dev" ]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

dev로 수정하였습니다.

Comment on lines -5 to +6
branches: ["main"]
types: [ opened ]
branches: [ "main", "dev" ]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

main, dev PR 오픈할 때로 수정하였습니다.

@belljun3395 belljun3395 linked an issue Aug 5, 2024 that may be closed by this pull request
@belljun3395 belljun3395 requested a review from hun-ca August 5, 2024 12:17
Copy link
Member

@hun-ca hun-ca left a comment

Choose a reason for hiding this comment

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

확인 했습니다!

@belljun3395 belljun3395 merged commit 451bcb6 into dev Aug 5, 2024
5 checks passed
hun-ca added a commit that referenced this pull request Aug 7, 2024
* [Refactor/#275]: 인덱스 제약 수정 및 추가  (#294)

* [Refactor/#300] 컨트롤러 인증 구현 (#301)

* [Feat/#293] 작가 description json 필드 추가 - imageUrl(required) (#299)

* [#298/refactor]: 가입/인증에 따라 다른 내용 채워서 이메일 보내도록 수정 (#302)

* [Chore/#303] 단순 이메일 스타일 변경입니다  (#304)

* [Refactor/#305] 액션 개선 및 수정 (#306)

* [Fix/#308]: 시큐리티 필터 파싱 오류 해결 (#309)

* [Feat/#310] 이미지 Webp 변환 코드 구현 (#311)

* [Fix/#315] 멤버의 구독 정보 제공을 위한 조회시 취소를 구분하지 않은 문제 해결 (#316)

* [#317/Refactor] 시큐리티 필터 제외 목록 점검 및 수정 (#318)

---------

Co-authored-by: 지훈 <[email protected]>
Co-authored-by: belljun3395 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 기존 기능에 대해 개선할 때 사용됩니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

액션 개선 및 수정
2 participants