Skip to content

Conversation

@Alex-Wengg
Copy link
Contributor

Summary

  • Merge test-js, lint, package into single test job (ubuntu)
  • Remove redundant bare RN example build, keep only Expo build (macos)
  • Remove continue-on-error from lint (now fails CI properly)

Before

Job Runner
test-js ubuntu
build-ios macos-15
build-expo macos-15
lint ubuntu
package ubuntu

After

Job Runner
test ubuntu
build-ios macos-15

Reduces CI costs by eliminating duplicate macos runner usage.

Test plan

  • CI passes on this PR

- Merge test-js, lint, package into single 'test' job (ubuntu)
- Remove redundant bare RN build, keep only Expo build (macos)
- Remove continue-on-error from lint (now fails CI properly)
- Reduces CI costs by eliminating duplicate macos runner usage
@Alex-Wengg Alex-Wengg merged commit 575f9ba into main Jan 15, 2026
2 checks 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