Simplify steps descriptions

This commit is contained in:
Benoit Daloze
2020-01-19 14:46:57 +01:00
parent a66a46f031
commit 34fa48c067
+4 -3
View File
@@ -27,14 +27,15 @@ jobs:
- run: ruby --version
- run: ridk version
if: matrix.os == 'windows-latest'
- run: ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'
- name: OpenSSL version
run: ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'
- name: OpenSSL test
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
- name: C extension test
run: gem install json --no-document
- name: Check that Bundler is installed
- name: Bundler version
run: bundle --version
- name: Check that Bundler works
- name: Bundler test
run: bundle install
lint: