Merge pull request #117 from UbiqueInnovation/feature/provisional-push #544
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: Build & Test | |
env: | |
XCVERSION: "16.1" | |
on: | |
push: | |
pull_request: | |
jobs: | |
tests: | |
name: Tests | |
runs-on: macos-latest | |
steps: | |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | |
- uses: actions/checkout@v2 | |
- name: Switch to ${{ env.XCVERSION }} | |
run: sudo xcodes select ${{ env.XCVERSION }} | |
- name: Fastlane | |
run: fastlane tests |