Skip to content

infra.samples.symbolcollision #167

infra.samples.symbolcollision

infra.samples.symbolcollision #167

name: infra.samples.symbolcollision
permissions:
contents: read
# Tests the Pods listed in SymbolCollisionTest/Podfile for symbol collisions.
on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/infra.samples.symbolcollision.yml'
- 'SymbolCollisionTest/**'
- 'Gemfile*'
schedule:
# Run every day at 1am (PDT) / 4am (EDT) - cron uses UTC times
- cron: '0 8 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
installation-test:
uses: ./.github/workflows/_build.yml
with:
product: SymbolCollision
platform: iOS
method: xcodebuild
# For toolchains var, see https://github.com/actions/runner-images/issues/13135#issuecomment-3397914993
setup_command: |
echo "TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault" >> $GITHUB_ENV
scripts/install_prereqs.sh SymbolCollision iOS