Skip to content

Bug fix: [Flutter SDK] [RTL] Some of the images/texts are in the wrong direction #34

Bug fix: [Flutter SDK] [RTL] Some of the images/texts are in the wrong direction

Bug fix: [Flutter SDK] [RTL] Some of the images/texts are in the wrong direction #34

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
- name: Run unit tests
run: |
set -o pipefail && xcodebuild test -scheme FireworkVideoUI -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11 Pro' -sdk iphonesimulator -enableCodeCoverage YES | \
xcpretty --color --report junit --output test-results/unit-tests/results.xml