-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Feature] - PR을 생성 할 때 빌드 및 테스트 하는 CI Workflow 추가 #41
Conversation
- be-pull-request.yml -> be-ci.yml - be-dev-ci-cd.yml -> be-cd-dev.yml
- name: Publish Unit Test Results | ||
uses: EnricoMi/publish-unit-test-result-action@v1 | ||
if: ${{ always() }} | ||
with: | ||
files: ./build/test-results/**/*.xml | ||
|
||
- name: When test fail, comment on that code | ||
uses: mikepenz/action-junit-report@v3 | ||
if: always() | ||
with: | ||
report_paths: ./build/test-results/**/*.xml | ||
token: ${{ github.token }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
테스트 시각화 봇 👍👍
name: BE DEV CI/CD | ||
name: BE CD DEV | ||
|
||
on: | ||
push: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
파일명과 이름 변경 확인했습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 너무 수고하셨습니다 낙낙
* feat: pull request workflow 생성 * refactor: github action workflow yml 파일 이름 변경 - be-pull-request.yml -> be-ci.yml - be-dev-ci-cd.yml -> be-cd-dev.yml
* feat: pull request workflow 생성 * refactor: github action workflow yml 파일 이름 변경 - be-pull-request.yml -> be-ci.yml - be-dev-ci-cd.yml -> be-cd-dev.yml
✅ 작업 내용
production/be
,develop/be
로 PR 생성 시 빌드 및 테스트 하도록 github action workflow 작성🙈 참고 사항
yml 파일 이름 변경
be-ci.yml
be-dev-ci-cd.yml
->be-cd-dev.yml