Skip to content

fix(deps): update dependency react-native-video to ^6.0.0-alpha.7 #5967

fix(deps): update dependency react-native-video to ^6.0.0-alpha.7

fix(deps): update dependency react-native-video to ^6.0.0-alpha.7 #5967

Workflow file for this run

name: E2E - PR
on:
pull_request:
branches:
- main
# Cancel any in progress run of the workflow for a given PR
# This avoids building outdated code
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
android:
name: Android
uses: ./.github/workflows/e2e-android.yml
with:
android-api-level: 30
secrets: inherit
ios:
name: iOS
uses: ./.github/workflows/e2e-ios.yml
with:
ios-version: '14.5'
secrets: inherit