Skip to content

Commit dcbc29f

Browse files
committed
Shorten test descriptions
1 parent 3f53c4e commit dcbc29f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)