Skip to content

E2E - PR

E2E - PR #107

Workflow file for this run

name: E2E - PR
on:
pull_request:
branches:
- main
merge_group:
# Cancel any in progress run of the workflow for a given PR
# This avoids building outdated code
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
android:
# TODO re-enable once tests are fixed
if: false
name: Android
uses: ./.github/workflows/e2e-android.yml
with:
android-api-level: 34
secrets: inherit
ios:
# TODO re-enable after we're able to switch to Namespace for iOS
if: false
name: iOS
uses: ./.github/workflows/e2e-ios.yml
with:
ios-version: '15.0'
secrets: inherit