You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SpringBootTest 사용시 githubAction 에 의한 ci-cd 테스트 동작이 정상적으로 작동하지않습니다.
application.properties(or yml) 에작성된 mysql, redis 에대한 설정이 github action에서 제공하는 cloud에는 없기때문에 contextload 에러를 출력하며 정상작동하지않습니다. 이에 Mockito.class 를 이용한 테스트 과정을 권장드리며 @SpringBootTest 빌드가 부득이하게 필요한경우 @FeelingXD 를 호출해주세요 이에맞추어 CI-CD 로직을 수정하겠습니다.
The text was updated successfully, but these errors were encountered:
@SpringBootTest 사용시 githubAction 에 의한 ci-cd 테스트 동작이 정상적으로 작동하지않습니다.
application.properties(or yml) 에작성된 mysql, redis 에대한 설정이 github action에서 제공하는 cloud에는 없기때문에 contextload 에러를 출력하며 정상작동하지않습니다. 이에 Mockito.class 를 이용한 테스트 과정을 권장드리며 @SpringBootTest 빌드가 부득이하게 필요한경우 @FeelingXD 를 호출해주세요 이에맞추어 CI-CD 로직을 수정하겠습니다.
The text was updated successfully, but these errors were encountered: