Skip to content

Replaced lots of print() with proper OSLog messages. #684

Replaced lots of print() with proper OSLog messages.

Replaced lots of print() with proper OSLog messages. #684

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