Skip to content

Commit

Permalink
[RN][GHA] Add Android Helloworld test on PR
Browse files Browse the repository at this point in the history
Will run test_android_helloworld when users create a PR, to provide
coverage while we figure out what's going on with our CircleCI tests /
deprecate them.

Changelog: [Internal]
  • Loading branch information
blakef committed Jun 18, 2024
1 parent 5df5ed1 commit c05f532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test All

on:
workflow_dispatch:
pull_request:
push:
branches:
- main
Expand Down Expand Up @@ -875,7 +876,7 @@ jobs:
uses: actions/[email protected]
with:
name: template-apk-${{ matrix.flavor }}-${{ matrix.architecture }}-${{ matrix.jsengine }}
path: ./app/build/outputs/apk/
path: packages/helloworld/app/build/outputs/apk/
compression-level: 0

test_ios_helloworld_with_ruby_3_2_0:
Expand Down

0 comments on commit c05f532

Please sign in to comment.