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

Feat: CICD 테스트 #89

Merged
merged 8 commits into from
Jan 20, 2025
Merged

Feat: CICD 테스트 #89

merged 8 commits into from
Jan 20, 2025

Conversation

seoyeonjin
Copy link
Collaborator

🔥Pull requests

⛳️ 작업한 브랜치

👷 작업한 내용

  • ci 테스트를 위해 ci.yml 파일을 생성했습니다.
  • dockerfile 생성했습니다.

🚨 참고 사항

  • hub정보는 노션에 적어두었습니다.

@seoyeonjin seoyeonjin self-assigned this Jan 20, 2025
Copy link
Member

@sansan20535 sansan20535 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 남겼습니다~

run: chmod +x gradlew

- name: Build with Gradle Wrapper
run: ./gradlew build
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p2;

여기 ./gradlew -x test build로 바꾸면 test에서 통과하지 못하여 빌드가 되지 못하는 오류를 해결할 수 있을 거 같습니다

Suggested change
run: ./gradlew build
run: ./gradlew -x test build

@seoyeonjin seoyeonjin changed the title Feat: CI 테스트 Feat: CICD 테스트 Jan 20, 2025
@seoyeonjin seoyeonjin merged commit 984d738 into dev Jan 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants