Skip to content

Update hmarr/auto-approve-action action to v4 (#2499) #9560

Update hmarr/auto-approve-action action to v4 (#2499)

Update hmarr/auto-approve-action action to v4 (#2499) #9560

name: Test Cocoapods Integration
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- develop
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
pods:
runs-on: macos-15-xlarge
steps:
- uses: actions/checkout@v6
- name: Select latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '26.2'
- name: Lint Cocoapods and check test project integration
run: |
brew update
brew install xcodegen
gem install cocoapods -v 1.10.2
pod repo update
pod lib lint Adyen.podspec --allow-warnings --verbose
# pod lib lint AdyenCardScanner.podspec --allow-warnings --verbose
Scripts/test-CocoaPods-integration.sh -w
Scripts/test-CocoaPods-integration.sh