로컬 환경에서 H2 DB 사용 #150
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
안건
로컬환경에선 테스트 컨테이너 대신에 H2 이용하는 건에 대해
사유
로컬에서 테스트 수행 시 docker 구동으로 인해 테스트 속도가 느리다.
깃헙 테스트에서만 테스트 컨테이너 쓰는 방법은 어떤가?
참고자료: https://www.youtube.com/watch?v=fPJ7EJM1a0k
정리
로컬에서 테스트를 구동할때는 H2 DB를 사용하고 Github Action CI 환경에서는 TestContainer로 구동하는 환경을 구성하는 방안에 대한 고민
cc. @Invidam @songsunkook @daheeParkk
Beta Was this translation helpful? Give feedback.
All reactions