Skip to content

Update external payment methods playground setting to use enum of options #4190

Update external payment methods playground setting to use enum of options

Update external payment methods playground setting to use enum of options #4190

name: financial-connections-pr
on:
pull_request:
jobs:
# Use emerge tools to analyze the example app size
apk-size-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/stripe_setup
- name: Generate Android release bundle
run: ./gradlew :financial-connections-example:bundleRelease
- name: Upload artifact to Emerge
uses: EmergeTools/emerge-upload-action@3477b597fc62054136eb6f499e0ba78144f8a999
with:
artifact_path: financial-connections-example/build/outputs/bundle/release/financial-connections-example-release.aab
emerge_api_key: ${{ secrets.EMERGE_API_KEY }}
build_type: release