1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-18 17:53:11 +02:00

don't test help.github.com links

They work, unclear why failing in CI
This commit is contained in:
Mike Linksvayer 2022-06-12 16:56:51 -07:00 committed by GitHub
parent de42758cec
commit 15237620db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ task :test do
enforce_https: true,
validation: { ignore_script_embeds: true },
url_swap: { %r{https://choosealicense.com} => '' },
url_ignore: [%r{https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/}],
url_ignore: [%r{https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/}, %r{https://help.github.com}],
hydra: { max_concurrency: 10 },
check_img_http: true).run
end