project srttings #207
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: UIandUnitTests | |
on: [push] | |
jobs: | |
build: | |
runs-on: macOS-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Install Dependences | |
run: | | |
pod repo update | |
pod install | |
- name: Test | |
run: xcodebuild -workspace MQF.xcworkspace -scheme "MQF" -destination 'platform=iOS Simulator,name=iPad Pro (9.7-inch),OS=15.0' test | |