Skip to content

Merge pull request #104 from UbiqueInnovation/feature/swift-6-fixes #466

Merge pull request #104 from UbiqueInnovation/feature/swift-6-fixes

Merge pull request #104 from UbiqueInnovation/feature/swift-6-fixes #466

Workflow file for this run

name: Build & Test
env:
XCODE_VERSION: "Xcode_16.0"
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.XCODE_VERSION }}
run: sudo xcode-select --switch /Applications/${{ env.XCODE_VERSION }}.app
- name: Fastlane
run: fastlane tests