-
-
Notifications
You must be signed in to change notification settings - Fork 8
chore: fix ci errors #423
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
chore: fix ci errors #423
Conversation
|
WalkthroughReplaces many schemastore URLs, updates test fixtures (adds Renovate cases, removes some yarnrc fixtures), adds workflow concurrency and caching steps, minor TTL comment, a small type-cast change in Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Dev as Developer pushes/run workflow
participant GitHub as GitHub Actions
participant Runner as Job Runner
note over GitHub: concurrency.group = ${{ github.workflow }}-{{ github.ref }}
Dev->>GitHub: Trigger workflow run A
GitHub->>Runner: Start run A
Dev->>GitHub: Trigger workflow run B (same workflow+ref)
GitHub-->>Runner: Cancel in-progress run A (cancel-in-progress=true)
GitHub->>Runner: Start run B
note right of Runner: NodeCI job restores cache (if any) → runs steps → saves cache (if always)
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes
Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (33)
💤 Files with no reviewable changes (4)
✅ Files skipped from review due to trivial changes (6)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-04-03T13:27:02.461ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (20)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
0a5f25a to
cf1d0a2
Compare
Summary by CodeRabbit