Skip to content

Commit 5aa132d

Browse files
Updated cococapods.yml
Disabled running unit tests during CocoaPod linting
1 parent c8193d4 commit 5aa132d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cocoapods.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Lint (Dynamic Library)
1818
run: |
19-
pod lib lint
19+
pod lib lint --skip-tests
2020
2121
- name: Lint (Static Library)
2222
run: |

0 commit comments

Comments
 (0)