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: Github Actions 워크플로 개선 #505

Merged
merged 11 commits into from
Feb 27, 2024

Conversation

bbearcookie
Copy link
Member

🧩 이슈 번호

✅ 작업 사항

기존의 Github Actions 워크플로에 개선 포인트가 있어서 수정 작업을 진행했어요.

  • 의존성 설치에 캐싱을 적용해서 CI 속도 향상
  • 의존성 설치 부분을 재사용 가능한 action으로 분리
  • actions/checkout, actions/setup-node 를 v4로 업데이트
  • 동시에 워크플로우가 실행되지 않도록 concurrency 설정 추가
  • deploy_dev, deploy_prod를 하나의 파일에서 조건부 처리
  • vscode settings에서 source.fixAll.eslint의 true 값을 변경된 explicit 로 수정

👩‍💻 공유 포인트 및 논의 사항

@bbearcookie bbearcookie added ☁️ FE 프론트 레포지토리에서의 작업 ♻️ refactor 기존의 코드 개선 작업 labels Feb 26, 2024
@bbearcookie bbearcookie self-assigned this Feb 26, 2024
@bbearcookie bbearcookie merged commit 3297a0d into dev Feb 27, 2024
2 checks passed
@bbearcookie bbearcookie deleted the refactor/#503/github-actions branch February 27, 2024 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☁️ FE 프론트 레포지토리에서의 작업 ♻️ refactor 기존의 코드 개선 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Github Actions 워크플로 개선
1 participant