Skip to content

Introduce PersonNameComponents for GoogleSignIn #191

Introduce PersonNameComponents for GoogleSignIn

Introduce PersonNameComponents for GoogleSignIn #191

Workflow file for this run

name: Tests
on:
push:
pull_request:
types: [opened]
jobs:
Tests:
runs-on: macos-14-xlarge
steps:
- name: Cancel previous jobs
uses: styfle/[email protected]
- name: Checkout Repository
uses: actions/checkout@v4
- name: Load Latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Build project
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild build-for-testing -destination 'name=iPhone 14 Pro' -scheme 'PovioKitAuth-Package' | xcpretty
- name: Run tests
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild test-without-building -destination 'name=iPhone 14 Pro' -scheme 'PovioKitAuth-Package' | xcpretty