Skip to content

Commit b15d091

Browse files
committed
update ci for update carthage
1 parent 02fb65a commit b15d091

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,10 @@ jobs:
136136
bundle config set path 'vendor/bundle'
137137
bundle install
138138
- name: Build-Test
139-
run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:parseui:all
140139
env:
141140
DEVELOPER_DIR: ${{ env.CI_XCODE_13 }}
141+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142+
run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:parseui:all
142143
- name: Send codecov
143144
run: bash <(curl https://codecov.io/bash)
144145

0 commit comments

Comments
 (0)