diff --git a/.github/workflows/poc-build-system-test-react-native.yml b/.github/workflows/poc-build-system-test-react-native.yml new file mode 100644 index 00000000000..e72762d137e --- /dev/null +++ b/.github/workflows/poc-build-system-test-react-native.yml @@ -0,0 +1,23 @@ +# Description: this workflow runs build mega-apps that have all the connected components for React Native. + +name: POC / Build System Test Canary / React Native + +permissions: + id-token: write # This is required for aws-actions/configure-aws-credentials + +on: + pull_request: + branches: [rn-merge-build-test] + +jobs: + build: + uses: ./.github/workflows/reusable-build-system-test-react-native.yml + with: + dist-tag: latest + secrets: + AUTH_E2E_ROLE_ARN: ${{ secrets.AUTH_E2E_ROLE_ARN }} + DOMAIN: ${{ secrets.DOMAIN }} + PHONE_NUMBER: ${{ secrets.PHONE_NUMBER }} + USERNAME: ${{ secrets.USERNAME }} + NEW_PASSWORD: ${{ secrets.NEW_PASSWORD }} + VALID_PASSWORD: ${{ secrets.VALID_PASSWORD }}