Skip to content

Enable FormItemToggleView external testability #6808

Enable FormItemToggleView external testability

Enable FormItemToggleView external testability #6808

name: Test Cocoapods Integration
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- develop
jobs:
pods:
runs-on: macos-14-xlarge
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: '15.3'
- name: Lint Cocoapods
run: |
brew update
brew install xcodegen
gem install cocoapods -v 1.10.2
pod repo update
pod lib lint Adyen.podspec --allow-warnings --verbose
- name: Test Cocoapods Integration
run: |
Scripts/test-CocoaPods-integration.sh -w
Scripts/test-CocoaPods-integration.sh