Add printing of the lockfile after installation

Closes #783
This commit is contained in:
Jason Frey
2025-07-26 10:58:48 +02:00
committed by Benoit Daloze
parent 0ecad18fe5
commit ba9e71c195
3 changed files with 22 additions and 0 deletions
+12
View File
@@ -240,6 +240,18 @@ jobs:
ruby-version: '2.6'
- run: ruby -v
testNoGemfileWithBundlerCache:
name: "Test with no Gemfile but with bundler-cache"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rm Gemfile
- uses: ./
with:
ruby-version: '2.6'
bundler-cache: true
- run: ruby -v
testLatestRubygemsVersion:
name: "Test rubygems: latest on ${{ matrix.ruby }}"
runs-on: ubuntu-latest