Skip to content

build(deps): bump maxim-lobanov/setup-xcode from c51a66b42363123fa82a6cfe02c60af4281dab93 to 60606e260d2fc5762a71e64e74b2174e8ea3c8bd #246

build(deps): bump maxim-lobanov/setup-xcode from c51a66b42363123fa82a6cfe02c60af4281dab93 to 60606e260d2fc5762a71e64e74b2174e8ea3c8bd

build(deps): bump maxim-lobanov/setup-xcode from c51a66b42363123fa82a6cfe02c60af4281dab93 to 60606e260d2fc5762a71e64e74b2174e8ea3c8bd #246

Workflow file for this run

name: Build and Test iOS
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4
- name: "Select Latest Xcode"
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
with:
xcode-version: latest-stable
- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/[email protected]
with:
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
use-xcframeworks: true
- name: Fastlane iOS Tests
run: fastlane ios tests