Skip to content

Commit e8621f0

Browse files
Fryguyeregon
authored andcommitted
Add printing of the lockfile after installation
Closes #783
1 parent bd6859c commit e8621f0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dist/index.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ export async function setupRuby(options = {}) {
9999
if (inputs['bundler-cache'] === 'true') {
100100
await common.time('bundle install', async () =>
101101
bundler.bundleInstall(gemfile, lockFile, platform, engine, version, bundlerVersion, inputs['cache-version']))
102+
103+
await core.group(`Print lockfile`, async () =>
104+
await exec.exec('cat', [lockFile]))
102105
}
103106

104107
core.setOutput('ruby-prefix', rubyPrefix)

0 commit comments

Comments
 (0)