We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01858bd commit 4036ca1Copy full SHA for 4036ca1
.github/workflows/storage.yml
@@ -118,7 +118,7 @@ jobs:
118
# specified for the other three platforms.
119
target: [ios, tvos, macos]
120
spec: [
121
- 'FirebaseStorage.podspec --test-specs=unit' # The integration tests need more set up.
+ 'FirebaseStorage.podspec --test-specs=unit', # The integration tests need more set up.
122
'FirebaseStorageSwift.podspec --skip-tests' # No current unit tests.
123
]
124
steps:
0 commit comments