로컬에서는 돌아가지만, git CI 에서는 돌아가지 않는 문제 #862
nayonsoso
started this conversation in
[BE] 트러블 슈팅
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🔸 배경
나는 "내가 받은 리뷰를 순서대로 정렬하는 기능"을 구현했다.
./gradlew build
도 성공했었다.🔸 pull_request로 트리거된 git workflow 의 동작 원리
ref. https://docs.github.com/ko/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request
GITHUB_SHA
는 PR 머지 브랜치의 머지 커밋이다.❗️PR을 develop 에 병합한 결과를 미리 만들어주는 브랜치이다.
🔸 문제 발생 원인
🔸 재발 방지
기존 브랜치에 내가 변경한 것만이 추가되었음을 확실하게 하는 방법이 있을 것 같다.
Beta Was this translation helpful? Give feedback.
All reactions