Split Fantom workflow into separate build and test jobs#54729
Open
andrewdacenko wants to merge 1 commit intofacebook:mainfrom
Open
Split Fantom workflow into separate build and test jobs#54729andrewdacenko wants to merge 1 commit intofacebook:mainfrom
andrewdacenko wants to merge 1 commit intofacebook:mainfrom
Conversation
|
@andrewdacenko has imported this pull request. If you are a Meta employee, you can view this in D88012198. |
c99f798 to
56b052e
Compare
andrewdacenko
added a commit
to andrewdacenko/react-native
that referenced
this pull request
Dec 3, 2025
Summary: - Created new build-fantom-runner action to compile the Fantom runner binary - Modified run-fantom-tests action to download and use pre-built binary - Updated test-all.yml workflow to run build and test as separate jobs - Removed build dependencies and ccache configuration from test job ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests Differential Revision: D88012198 Pulled By: andrewdacenko
|
@andrewdacenko has exported this pull request. If you are a Meta employee, you can view the originating Diff in D88012198. |
Collaborator
|
cortinico
approved these changes
Dec 3, 2025
Contributor
cortinico
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
56b052e to
bd912b8
Compare
andrewdacenko
added a commit
to andrewdacenko/react-native
that referenced
this pull request
Mar 5, 2026
Summary: - Created new build-fantom-runner action to compile the Fantom runner binary - Modified run-fantom-tests action to download and use pre-built binary - Updated test-all.yml workflow to run build and test as separate jobs - Removed build dependencies and ccache configuration from test job ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests Reviewed By: cortinico Differential Revision: D88012198 Pulled By: andrewdacenko
bd912b8 to
8136ec3
Compare
andrewdacenko
added a commit
to andrewdacenko/react-native
that referenced
this pull request
Mar 6, 2026
Summary: - Created new build-fantom-runner action to compile the Fantom runner binary - Modified run-fantom-tests action to download and use pre-built binary - Updated test-all.yml workflow to run build and test as separate jobs - Removed build dependencies and ccache configuration from test job ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests Reviewed By: cortinico Differential Revision: D88012198 Pulled By: andrewdacenko
8136ec3 to
12aa5d6
Compare
andrewdacenko
added a commit
to andrewdacenko/react-native
that referenced
this pull request
Mar 6, 2026
Summary: - Created new build-fantom-runner action to compile the Fantom runner binary - Modified run-fantom-tests action to download and use pre-built binary - Updated test-all.yml workflow to run build and test as separate jobs - Removed build dependencies and ccache configuration from test job ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests Reviewed By: cortinico Differential Revision: D88012198 Pulled By: andrewdacenko
Summary: Changelog: [Internal] - Created new build-fantom-runner action to compile the Fantom runner binary - Modified run-fantom-tests action to download and use pre-built binary - Updated test-all.yml workflow to run build and test as separate jobs - Removed build dependencies and ccache configuration from test job Reviewed By: cortinico Differential Revision: D88012198
12aa5d6 to
f2abaf3
Compare
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
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.
Summary:
Changelog:
Test Plan: