-
Couldn't load subscription status.
- Fork 32
ci: convert production workflows #3192
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
base: main
Are you sure you want to change the base?
Conversation
|
View your CI Pipeline Execution ↗ for commit e8d3517 ☁️ Nx Cloud last updated this comment at |
| - name: Wait for CI build | ||
| uses: fountainhead/[email protected] | ||
| id: wait-for-build | ||
| with: | ||
| token: ${{ secrets.ACTIONS_GITHUB_TOKEN }} | ||
| checkName: build-test | ||
| ref: ${{ github.event.pull_request.head.sha || github.sha }} | ||
| timeoutSeconds: 1200 | ||
| intervalSeconds: 30 |
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.
& pr-title
| @@ -0,0 +1,156 @@ | |||
| # CircleCI to GitHub Actions Migration Summary | |||
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.
will remove before shiupping, but wanted to keep cursors notes for the review
|
📬 Published Alpha Packages: |
|
🚀 Styleguide deploy preview ready! Preview URL: https://68fa583656780d46418782ed--gamut-preview.netlify.app |
| - main | ||
|
|
||
| env: | ||
| NODE_VERSION: '22.13.1' |
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.
minor but i don't think this is used, we use the version from .nvmrc when we run actions/setup-node

Overview
Converts the production workflows from CircleCI to GHA including cacheing. Also configures required checks from CircleCI to Github settings
PR Checklist
Testing Instructions
I don't really know how to test this. I can make the test below fail to show you the required tests are failing but I do think this is a yolo situation.
I will merge this despite the CircleCi Pipeline failure, I'll disable the pipeline after this is shipped.
PR Links and Envs
N/A