Don't group bundle install output

* So any error from Bundler is immediately shown.
* Some users do not realize they should expand the group apparently.
This commit is contained in:
Benoit Daloze
2023-02-11 13:45:25 +01:00
parent a26e1fb6b3
commit 2cf593d66b
3 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ export async function setupRuby(options = {}) {
}
if (inputs['bundler-cache'] === 'true') {
await common.measure('bundle install', async () =>
await common.time('bundle install', async () =>
bundler.bundleInstall(gemfile, lockFile, platform, engine, version, bundlerVersion, inputs['cache-version']))
}