Skip to content

fix: fix video rendering on some iOS devices by switching to mp4 (#1421) #996

fix: fix video rendering on some iOS devices by switching to mp4 (#1421)

fix: fix video rendering on some iOS devices by switching to mp4 (#1421) #996

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- master
pull_request:
branches: [master]
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Tests
run: |
yarn install
yarn test