Skip to content

Commit 4036ca1

Browse files
committed
yml fix
1 parent 01858bd commit 4036ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
# specified for the other three platforms.
119119
target: [ios, tvos, macos]
120120
spec: [
121-
'FirebaseStorage.podspec --test-specs=unit' # The integration tests need more set up.
121+
'FirebaseStorage.podspec --test-specs=unit', # The integration tests need more set up.
122122
'FirebaseStorageSwift.podspec --skip-tests' # No current unit tests.
123123
]
124124
steps:

0 commit comments

Comments
 (0)