Skip to content

chore: ListItem triggered loading state #4985

chore: ListItem triggered loading state

chore: ListItem triggered loading state #4985

name: Test Cocoapods Integration
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- master
- develop
jobs:
pods:
runs-on: macos-12
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: Lint Cocoapods
run: |
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