Ignore testing of opensource.org which fails only in CI

eg https://github.com/github/choosealicense.com/runs/8026421690?check_suite_focus=true
This commit is contained in:
Mike Linksvayer 2022-09-05 13:54:12 -07:00 committed by GitHub
parent 9d7ed39538
commit be0ffed9e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ 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/}, %r{https://help.github.com}],
url_ignore: [%r{https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/},
%r{https://help.github.com},
%r{https://opensource.org}],
hydra: { max_concurrency: 10 },
check_img_http: true).run
end