Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name: Promote Develop Build
- on:
- pull_request:
- branches:
- - main
- types: [opened, ready_for_review, synchronize]
- jobs:
- tests:
- runs-on: macos-11
- timeout-minutes: 20
- steps:
- - name: Git - Checkout
- uses: actions/checkout@v2
- - name: Setup - Xcode
- run: sudo xcode-select -s /Applications/Xcode_13.2.1.app
- # - name: Unit Tests
- # run: xcodebuild test -scheme SurveyEngine -destination 'platform=iOS Simulator,name=iPhone 13,OS=15.2' | xcpretty && exit ${PIPESTATUS[0]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement