We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fb65a commit b15d091Copy full SHA for b15d091
.github/workflows/ci.yml
@@ -136,9 +136,10 @@ jobs:
136
bundle config set path 'vendor/bundle'
137
bundle install
138
- name: Build-Test
139
- run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:parseui:all
140
env:
141
DEVELOPER_DIR: ${{ env.CI_XCODE_13 }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142
+ run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:parseui:all
143
- name: Send codecov
144
run: bash <(curl https://codecov.io/bash)
145
0 commit comments