If I use bundle config to set bundler options (e.g., bundle config --local without docs), the subsequent call to bundle install fails. The action gives no reason why it failed.
##[error]Process completed with exit code 1.
This does not happen on ubuntu-latest.
If I use
bundle configto set bundler options (e.g.,bundle config --local without docs), the subsequent call tobundle installfails. The action gives no reason why it failed.This does not happen on ubuntu-latest.