Skip to content

Commit

Permalink
yml minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Liubov Danilina committed Jan 16, 2024
1 parent 82f2ea6 commit 87b9a20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cd_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:

- name: Setup Fastlane
run: |
cd ios
bundle install
bundle exec pod install
cd ios && bundle install
- name: Run pod install
run: |
cd ios && bundle exec pod install
- name: Build App and Upload to Appstore
env:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/cd_tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:

- name: Setup Fastlane
run: |
cd ios
bundle install
bundle exec pod install
cd ios && bundle install
- name: Run pod install
run: |
cd ios && bundle exec pod install
- name: Build App and Upload to Appstore
env:
Expand Down

0 comments on commit 87b9a20

Please sign in to comment.