Skip to content

feat(appcheck): implement RecaptchaEnterpriseProvider and tests #388

feat(appcheck): implement RecaptchaEnterpriseProvider and tests

feat(appcheck): implement RecaptchaEnterpriseProvider and tests #388

name: sdk.crashlytics
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
paths:
- 'Crashlytics**'
- 'FirebaseCrashlytics.podspec'
- '.github/workflows/sdk.crashlytics.yml'
- '.github/workflows/_spm.yml'
- '.github/workflows/_cocoapods.yml'
- '.github/workflows/_catalyst.yml'
- '.github/workflows/_quickstart.yml'
- '.github/workflows/_cocoapods.cron.yml'
- 'Interop/Analytics/Public/*.h'
- 'Gemfile*'
schedule:
# Run every day at 11pm (PDT) / 2am (EDT) - cron uses UTC times
- cron: '0 6 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
spm:
uses: ./.github/workflows/_spm.yml
with:
target: FirebaseCrashlyticsUnit
is_nightly: ${{ github.event_name == 'schedule' }}
catalyst:
uses: ./.github/workflows/_catalyst.yml
with:
product: FirebaseCrashlytics
target: FirebaseCrashlytics-Unit-unit
pod_lib_lint:
uses: ./.github/workflows/_cocoapods.yml
with:
product: FirebaseCrashlytics
buildonly_platforms: tvOS, macOS, watchOS
timeout_minutes: 30
quickstart:
uses: ./.github/workflows/_quickstart.yml
with:
product: Crashlytics
setup_command: scripts/setup_quickstart.sh crashlytics && xcodebuild -downloadPlatform watchOS
plist_src_path: scripts/gha-encrypted/qs-crashlytics.plist.gpg
plist_dst_path: quickstart-ios/crashlytics/GoogleService-Info.plist
secrets:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
crashlytics-cron-only:
needs: pod_lib_lint
uses: ./.github/workflows/_cocoapods.cron.yml
with:
product: FirebaseCrashlytics
platforms: '[ "ios", "tvos", "macos", "watchos --skip-tests" ]'
flags: '[ "--use-static-frameworks", "--use-modular-headers --skip-tests" ]'