Skip to content

Commit

Permalink
update ci for update carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
vazarkevych committed Dec 3, 2022
1 parent 02fb65a commit b15d091
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,10 @@ jobs:
bundle config set path 'vendor/bundle'
bundle install
- name: Build-Test
run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:parseui:all
env:
DEVELOPER_DIR: ${{ env.CI_XCODE_13 }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:parseui:all
- name: Send codecov
run: bash <(curl https://codecov.io/bash)

Expand Down

0 comments on commit b15d091

Please sign in to comment.