Skip to content

Commit

Permalink
temporarily change internal PR test workflow to run RN build system test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanynwyeung committed Jan 7, 2025
1 parent 423997b commit 542743f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-internal-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ jobs:
DOCSEARCH_DOCS_API_KEY: ${{ secrets.DOCSEARCH_DOCS_API_KEY }}
DOCSEARCH_DOCS_INDEX_NAME: ${{ secrets.DOCSEARCH_DOCS_INDEX_NAME }}

build-test-react-native:
uses: ./.github/workflows/reusable-build-system-test-react-native.yml
with:
dist-tag: latest

update-success-status:
if: ${{ success() }}
needs: [setup, e2e, codeql, dependency-review]
Expand Down

0 comments on commit 542743f

Please sign in to comment.