We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66a46f commit 34fa48cCopy full SHA for 34fa48c
.github/workflows/test.yml
@@ -27,14 +27,15 @@ jobs:
27
- run: ruby --version
28
- run: ridk version
29
if: matrix.os == 'windows-latest'
30
- - run: ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'
+ - name: OpenSSL version
31
+ run: ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'
32
- name: OpenSSL test
33
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
34
- name: C extension test
35
run: gem install json --no-document
- - name: Check that Bundler is installed
36
+ - name: Bundler version
37
run: bundle --version
- - name: Check that Bundler works
38
+ - name: Bundler test
39
run: bundle install
40
41
lint:
0 commit comments