-
Notifications
You must be signed in to change notification settings - Fork 0
chore: Adjusting CI #317
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
Merged
Merged
chore: Adjusting CI #317
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit sets up Nx Cloud for your Nx workspace, enabling distributed caching and the Nx Cloud GitHub integration for fast CI and improved developer experience. You can access your Nx Cloud workspace by going to https://cloud.nx.app/orgs/67a199185e4612c72a76ed4c/workspaces/67a199375e4612c72a76ed4f **Note:** This commit attempts to maintain formatting of the nx.json file, however you may need to correct formatting by running an nx format command and committing the changes.
|
View your CI Pipeline Execution ↗ for commit d70dfc0.
☁️ Nx Cloud last updated this comment at |
Member
Author
|
해맸던 포인트 nx cloud에 Access Token이 두 종류였다. 여러차례 ci가 실패한 이유가 그래도 왜 캐시 미스가 발생했는지에 대해서 빠르게 알 수 있어서 디버깅이 용이했다. |
createhb21
added a commit
that referenced
this pull request
Feb 4, 2025
* feat: next.js 폴더 구조 개선 (#308) (#309) * feat: next.js 폴더 구조 개선 (#308) * chore: script 명령어 관련 개선 (#308) * chore: nextjs ci failed issue fix (#308) * fix: type check issue fix (#308) * feat: next app router 15 기본 구조 잡는 작업 (#310) (#311) * feat: header & navMenu 추가 (#310) * feat: 기본 구조 작업 (#310) * chore: fix ci error (#310) * chore: deploy nextjs (#develop) * feat: prefetch & ssr pages (#310-prefetch) (#312) * chore: ci workflow 개선, 약간의 이미지 최적화 작업들, 부하테스트 (#316) * feat: prefetch & ssr pages (#310-prefetch) * chore: ci improves and next.js add sharp (#ci-advancement) * feat(nx-cloud): setup nx cloud workspace (#315) This commit sets up Nx Cloud for your Nx workspace, enabling distributed caching and the Nx Cloud GitHub integration for fast CI and improved developer experience. You can access your Nx Cloud workspace by going to https://cloud.nx.app/orgs/679e78e771fd2cb4bf200e5c/workspaces/679e791071fd2cb4bf200e60 **Note:** This commit attempts to maintain formatting of the nx.json file, however you may need to correct formatting by running an nx format command and committing the changes. * chore: add cancel-in-progress: true (#ci-advancement) * fix: ci-app.yml fix (#ci-advancement) * chore: conflicts (#ci-advancement) * chore: update ci for using nx (#ci-advancement) * chore: next.js project에도 bundle analyze와 부하 테스트트 스크립트 추가 (#ci-advancement) * chore: fix docker build issue - install sharp on workspace (#develop) * chore: Adjusting CI (#317) * chore: adjust ci (#ci-adjust) * chore: remove comment (#ci-adjust) * chore: ci working test (#ci-adjust) * chore: ci working test 2 (#ci-adjust) * feat(nx-cloud): setup nx cloud workspace (#318) This commit sets up Nx Cloud for your Nx workspace, enabling distributed caching and the Nx Cloud GitHub integration for fast CI and improved developer experience. You can access your Nx Cloud workspace by going to https://cloud.nx.app/orgs/67a199185e4612c72a76ed4c/workspaces/67a199375e4612c72a76ed4f **Note:** This commit attempts to maintain formatting of the nx.json file, however you may need to correct formatting by running an nx format command and committing the changes. * chore: ci working test 3 (#ci-adjust) * chore: ci working test 4 (#ci-adjust) * chore: ci affected test (#ci-adjust) * chore: ci affected test 2 (#ci-adjust) * chore: using nx ci token (#ci-adjust) * chore: test affected (#ci-adjust) * chore: test affected (#ci-adjust) * chore: test affected (#ci-adjust) * chore: test affected (#ci-adjust) * chore: test affected (#ci-adjust) --------- Co-authored-by: ahHachul <[email protected]> --------- Co-authored-by: ahHachul <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this PR? 🔍
Adjusting CI