Skip to content

Commit 44a1595

Browse files
authored
Update storage workflow (#8317)
Remove the duplicated flag.
1 parent 7266fe7 commit 44a1595

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
@@ -179,4 +179,4 @@ jobs:
179179
- name: Setup Bundler
180180
run: scripts/setup_bundler.sh
181181
- name: Build and test
182-
run: scripts/third_party/travis/retry.sh pod spec lint ${{ matrix.spec }} --skip-tests --sources='https://github.com/firebase/SpecsTesting','https://github.com/firebase/SpecsDev.git','https://github.com/firebase/SpecsStaging.git','https://cdn.cocoapods.org/'
182+
run: scripts/third_party/travis/retry.sh pod spec lint ${{ matrix.spec }} --sources='https://github.com/firebase/SpecsTesting','https://github.com/firebase/SpecsDev.git','https://github.com/firebase/SpecsStaging.git','https://cdn.cocoapods.org/'

0 commit comments

Comments
 (0)