From c05f532033fbe144faebad3fb1452e7a422bfdf0 Mon Sep 17 00:00:00 2001 From: Blake Friedman Date: Tue, 18 Jun 2024 10:24:36 +0100 Subject: [PATCH] [RN][GHA] Add Android Helloworld test on PR 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] --- .github/workflows/test-all.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index d35e807cabfc9a..93292396b1e248 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -2,6 +2,7 @@ name: Test All on: workflow_dispatch: + pull_request: push: branches: - main @@ -875,7 +876,7 @@ jobs: uses: actions/upload-artifact@v4.3.1 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: