Skip to content

Commit

Permalink
ci: Podfile validation (#306)
Browse files Browse the repository at this point in the history
* fix validate podfile step

* add valdiate podfile step to test.yml
  • Loading branch information
jooohhn authored Oct 20, 2020
1 parent 0ae76b2 commit 32995c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ jobs:
test
- name: Validate Podfile
run: |
pod spec lint
run: pod lib lint

- name: Setup Node.js
uses: actions/setup-node@v1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
bundle install
pod install
- name: Validate Podfile
run: pod lib lint

- name: iOS Tests
run: |
xcodebuild test \
Expand Down

0 comments on commit 32995c2

Please sign in to comment.