Skip to content

[Infra] Common cocoapods pod lib lint job #1752

[Infra] Common cocoapods pod lib lint job

[Infra] Common cocoapods pod lib lint job #1752

Workflow file for this run

name: shared-swift
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseSharedSwift**'
- '.github/workflows/shared-swift.yml'
- '.github/workflows/common.yml'
- '.github/workflows/common_cocoapods.yml'
- 'Gemfile*'
schedule:
# Run every day at 3am (PST) - cron uses UTC times
- cron: '0 11 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
spm:
uses: ./.github/workflows/common.yml
with:
target: FirebaseSharedSwiftTests
pod_lib_lint:
uses: ./.github/workflows/common_cocoapods.yml

Check failure on line 31 in .github/workflows/shared-swift.yml

View workflow run for this annotation

GitHub Actions / shared-swift

Invalid workflow file

The workflow is not valid. In .github/workflows/shared-swift.yml (Line: 31, Col: 11): Error from called workflow firebase/firebase-ios-sdk/.github/workflows/common_cocoapods.yml@d685f5a0f4b5ac2721aeffa1e216ab0d9d439454 (Line: 112, Col: 18): Unexpected symbol: '"--test-specs'. Located at position 28 within expression: inputs.test_specs != '' && "--test-specs=${{ inputs.test_specs
with:
product: FirebaseSharedSwift
supports_swift6: true