Skip to content

Merge pull request #113 from UbiqueInnovation/bugfix/disable-slow-macros #529

Merge pull request #113 from UbiqueInnovation/bugfix/disable-slow-macros

Merge pull request #113 from UbiqueInnovation/bugfix/disable-slow-macros #529

Workflow file for this run

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