Skip to content

Fixes an issue where the app would try to start NFC on iPad if a user… #716

Fixes an issue where the app would try to start NFC on iPad if a user…

Fixes an issue where the app would try to start NFC on iPad if a user… #716

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]}