Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Fix DHP-1140: Add rest of adherence fields to upload metadata #599

Fix DHP-1140: Add rest of adherence fields to upload metadata

Fix DHP-1140: Add rest of adherence fields to upload metadata #599

Workflow file for this run

name: Swift Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
unit_tests:
runs-on: macos-latest
steps:
- name: Repository checkout
uses: actions/checkout@v2
- name: Build for iOS
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild build-for-testing -scheme BridgeClient-Package -destination "platform=iOS Simulator,OS=latest,name=iPhone 14" | xcpretty
- name: Run iOS tests
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild test-without-building -scheme BridgeClient-Package -destination "platform=iOS Simulator,OS=latest,name=iPhone 14" | xcpretty