You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I lightly suspect it's because setup-ruby changes the bundle configuration. Is there a way for xcodebuild to detect that xcpretty was installed via bundle and to run bundle exec xcpretty instead?
The text was updated successfully, but these errors were encountered:
We've got a build that looks something like:
When there's no
bundler-cache
, the build succeeds. Whenbundler-cache
is true, thexcodebuild
step fails:I lightly suspect it's because
setup-ruby
changes the bundle configuration. Is there a way forxcodebuild
to detect thatxcpretty
was installed viabundle
and to runbundle exec xcpretty
instead?The text was updated successfully, but these errors were encountered: