Skip to content

Commit 968bca1

Browse files
committed
remove gemfile.lock creation in test
1 parent 995dd39 commit 968bca1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -437,14 +437,6 @@ jobs:
437437
gem 'rake', '~> 13.0'
438438
gem 'minitest', '~> 5.16'
439439
EOF
440-
- name: Generate Gemfile.lock
441-
shell: bash
442-
run: |
443-
gem install bundler
444-
bundle lock
445-
- name: Display Gemfile.lock
446-
shell: bash
447-
run: cat Gemfile.lock
448440
- uses: ./
449441
with:
450442
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)