Skip to content

Commit 1dc5262

Browse files
committed
Run CI tests only on SPM
1 parent c36a417 commit 1dc5262

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/crashlytics.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
uses: ./.github/workflows/common_cocoapods.yml
4343
with:
4444
product: FirebaseCrashlytics
45-
buildonly_platforms: tvOS, macOS, watchOS
45+
# Run CI tests only on SPM.
46+
buildonly_platforms: iOS, tvOS, macOS, watchOS
4647

4748
quickstart:
4849
uses: ./.github/workflows/common_quickstart.yml

0 commit comments

Comments
 (0)