Skip to content

Commit 34fa48c

Browse files
committed
Simplify steps descriptions
1 parent a66a46f commit 34fa48c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ jobs:
2727
- run: ruby --version
2828
- run: ridk version
2929
if: matrix.os == 'windows-latest'
30-
- run: ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'
30+
- name: OpenSSL version
31+
run: ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'
3132
- name: OpenSSL test
3233
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
3334
- name: C extension test
3435
run: gem install json --no-document
35-
- name: Check that Bundler is installed
36+
- name: Bundler version
3637
run: bundle --version
37-
- name: Check that Bundler works
38+
- name: Bundler test
3839
run: bundle install
3940

4041
lint:

0 commit comments

Comments
 (0)