Skip to content

French and Japanese languages imported from translation agency. #649

French and Japanese languages imported from translation agency.

French and Japanese languages imported from translation agency. #649

Workflow file for this run

name: AuthenticatorTests
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Test on emulator
run: xcodebuild clean test -disablePackageRepositoryCache -sdk iphonesimulator -project Authenticator.xcodeproj -scheme Authenticator -destination "platform=iOS Simulator,OS=latest,name=iPhone 11" | xcpretty --test --color && exit ${PIPESTATUS[0]}