Skip to content

chore(ci): check e2e main commits against Android API level 24 #18794

chore(ci): check e2e main commits against Android API level 24

chore(ci): check e2e main commits against Android API level 24 #18794

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:
name: Android
uses: ./.github/workflows/e2e-android.yml
with:
android-api-level: 32
secrets: inherit
#ios:
# name: iOS
# uses: ./.github/workflows/e2e-ios.yml
# with:
# ios-version: '15.0'
# secrets: inherit