[Bug] IOS Flutter SDK- Translation: English is not translated in the Subtitle section #29
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |