We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acad27d commit 1a28192Copy full SHA for 1a28192
.github/workflows/crashlytics.yml
@@ -50,7 +50,7 @@ jobs:
50
max_attempts: 3
51
retry_on: error
52
retry_wait_seconds: 120
53
- command: scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.tests }} ${{ matrix.flags }}
+ command: scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.build-env.tests }} ${{ matrix.flags }}
54
55
56
spm-package-resolved:
0 commit comments