Skip to content

Replace iOS-GPX-Framework with CoreGPX #3

Replace iOS-GPX-Framework with CoreGPX

Replace iOS-GPX-Framework with CoreGPX #3

Workflow file for this run

name: ios-tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit-tests:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: cd apps/ios && bundle install # may be able to skip this if we don't need fastlane
- name: Build
run: xcodebuild build-for-testing -workspace apps/ios/GuideDogs.xcworkspace -scheme Soundscape -destination 'platform=iOS Simulator,name=iPhone 13'
- name: Test
run: xcodebuild test-without-building -workspace apps/ios/GuideDogs.xcworkspace -scheme Soundscape -destination 'platform=iOS Simulator,name=iPhone 13'