Skip to content

Commit cec214d

Browse files
authored
Tweaks
1 parent 0f7db01 commit cec214d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export async function setupRuby(options = {}) {
100100
await common.time('bundle install', async () =>
101101
bundler.bundleInstall(gemfile, lockFile, platform, engine, version, bundlerVersion, inputs['cache-version']))
102102

103-
await common.measure(`Print ${lockFile}`, async () =>
103+
await core.group(`Print lockfile`, async () =>
104104
await exec.exec('cat', [lockFile]))
105105
}
106106

0 commit comments

Comments
 (0)