-
Notifications
You must be signed in to change notification settings - Fork 540
ci: improve workflow performance and reliability #1469
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
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
- Add fail-fast: false to matrix strategies for better error visibility - Replace npm clean-install with npm ci for faster, more reliable builds - Add npm caching to all Node.js setup steps - Add if: always() to cleanup steps to ensure Supabase stops on failure - Add NODE_VERSION environment variable for consistency - Add descriptive step names for better debugging - Expand test matrix to include Node 22, 24 and multiple OS platforms - Update Coveralls action to v2 and add conditional execution - Add workflow_call trigger for reusable workflows
Pull Request Test Coverage Report for Build 15896135273Details
💛 - Coveralls |
- Split expo test steps for better clarity and debugging - Separate dependency installation and build from test execution - Use npm install instead of npm ci for expo test dependencies
- Ignore Cursor IDE configuration files and workspace data
- Update React to 19.1.0 - Update @supabase/realtime-js to 2.11.15 - Add @types/ws and ws dependencies for WebSocket support
soedirgo
reviewed
Jun 25, 2025
soedirgo
reviewed
Jun 25, 2025
- Reduce Node.js matrix from [20, 22, 24] to [20] for faster CI runs - Remove conditional coverage upload to simplify workflow - Remove security audit job to reduce CI complexity and runtime - Maintains all essential testing while improving CI efficiency
Contributor
Author
|
@soedirgo reverted to run only for node 20, and removed security checks in favor of only using snyx, can you review again? |
soedirgo
approved these changes
Jun 26, 2025
Member
soedirgo
left a comment
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.
LGTM!
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.
Improve CI on: