Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a4da7ce

Browse files
authored
Merge pull request #5280 from magento/ds_upd-rakecicd
[site] Remove the style test from cicd test
2 parents 44e840b + 9e98ebd commit a4da7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rakelib/test.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ namespace :test do
55
desc 'Build devdocs and check for broken links'
66
task links: %w[build links_no_build]
77

8-
desc 'Check the existing _site for broken links on Jenkins'
9-
task cicd: %w[style] do
8+
desc 'Check the entire _site for broken links and invalid HTML'
9+
task :cicd do
1010
puts 'Checking links with html-proofer...'.magenta
1111

1212
LinkChecker.check_site

0 commit comments

Comments
 (0)