File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 run : gem install sassc
114114
115115 testLatestRubygemsVersion :
116- name : " Test rubygems input set to latest upgrades the default RubyGems version"
116+ name : " Test rubygems: latest upgrades the default RubyGems version"
117117 runs-on : ubuntu-latest
118118 steps :
119119 - uses : actions/checkout@v2
@@ -124,7 +124,7 @@ jobs:
124124 - run : ruby -e "exit(Gem.rubygems_version > Gem::Version.new('3.0.3'))"
125125
126126 testFixedRubygemsVersionUpgrades :
127- name : " Test rubygems input set to a fixed version upgrades RubyGems to that version if the default is older"
127+ name : " Test rubygems: version upgrades RubyGems to that version if the default is older"
128128 runs-on : ubuntu-latest
129129 steps :
130130 - uses : actions/checkout@v2
@@ -135,7 +135,7 @@ jobs:
135135 - run : gem --version | grep -F "3.2.3"
136136
137137 testFixedRubygemsVersionNoop :
138- name : " Test rubygems input set to a fixed version noops if the default is newer"
138+ name : " Test rubygems: version noops if the default is newer"
139139 runs-on : ubuntu-latest
140140 steps :
141141 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments