Skip to content

Bump webfactory/ssh-agent from 0.8.0 to 0.9.0 #102

Bump webfactory/ssh-agent from 0.8.0 to 0.9.0

Bump webfactory/ssh-agent from 0.8.0 to 0.9.0 #102

Workflow file for this run

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