Check that Bundler works

This commit is contained in:
Benoit Daloze
2020-01-05 23:26:03 +01:00
parent f06c4d9ab7
commit 565ac51b83
2 changed files with 9 additions and 2 deletions
+4 -2
View File
@@ -26,7 +26,9 @@ jobs:
if: matrix.os == 'windows-latest'
- name: OpenSSL test
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(2014) }'
- name: Check Bundler is installed
run: bundle --version
- name: C extension test
run: gem install json --no-document
- name: Check that Bundler is installed
run: bundle --version
- name: Check that Bundler works
run: bundle install
+5
View File
@@ -0,0 +1,5 @@
# Used for testing
source 'https://rubygems.org'
gem "path"
gem "json"