Skip to content

Commit

Permalink
Disable test_android_template on PR (#44865)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #44865

This has not yet passed on main since we started testing on main two weeks ago: https://github.com/facebook/react-native/actions/runs/9316380994/job/25688028045

This change disables the GitHub Actions version `test_android_template` as a signal for PRs or diffs, since it isn't stable yet (but we still run it on main, and can manually dispatch it on any branch). This coverage is still enabled in CircleCI.

Changelog: [Internal]

Reviewed By: cortinico, alanleedev

Differential Revision: D58394745

fbshipit-source-id: 3227328b150a89b450d48784190f5d08d510cd1b
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Jun 11, 2024
1 parent b0c0bb4 commit db0e9ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,8 @@ jobs:
-H "Authorization: Bearer $REACT_NATIVE_BOT_GITHUB_TOKEN" \
-d "{\"event_type\": \"publish\", \"client_payload\": { \"version\": \"${{ github.ref_name }}\" }}"
test_android_template:
# TODO: Re-enable once passing
if: ${{ github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
needs: [prepare_hermes_workspace, build_npm_package]
container:
Expand Down

0 comments on commit db0e9ea

Please sign in to comment.