Skip to content

Commit d871342

Browse files
committed
NVM
1 parent cf690d6 commit d871342

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,4 @@ jobs:
3838
ruby-version: ${{ matrix.ruby-version }}
3939
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4040
- name: Run tests
41-
run: |
42-
bundle lock --add-platform x86_64-linux
43-
bundle exec rake test
41+
run: bundle exec rake test

0 commit comments

Comments
 (0)