Skip to content

COIOS-382: Submit button customization #6675

COIOS-382: Submit button customization

COIOS-382: Submit button customization #6675

name: Test Carthage Integration
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- develop
jobs:
carthage:
runs-on: macos-14-xlarge # Apple Silicon Runner
steps:
- uses: actions/checkout@v4
- uses: n1hility/cancel-previous-runs@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Select latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Resolve dependencies
run: |
brew update
brew install xcodegen
brew upgrade carthage
- name: Test Carthage Integration
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
carthage version
Scripts/test-carthage-integration.sh