Skip to content

Commit

Permalink
update CI for run command update carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
vazarkevych committed Dec 5, 2022
1 parent 5049a56 commit 7b8b947
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,13 @@ jobs:
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gem-
- name: Submodules and Bundle Install
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Submodules and Bundle Install
run: |
git submodule update --init --recursive
sudo gem install bundler
bundle config set path 'vendor/bundle'
bundle install
carthage update --use-xcframeworks
carthage bootstrap --use-xcframeworks
- name: Build-Test
run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:facebook_utils:ios
env:
Expand Down Expand Up @@ -138,7 +136,7 @@ jobs:
sudo gem install bundler
bundle config set path 'vendor/bundle'
bundle install
carthage update --use-xcframeworks
carthage bootstrap --use-xcframeworks
- name: Build-Test
env:
DEVELOPER_DIR: ${{ env.CI_XCODE_13 }}
Expand Down

0 comments on commit 7b8b947

Please sign in to comment.