Skip to content
Snippets Groups Projects
  • Martyn Welch's avatar
    0bd11346
    Add URL testing as CI step · 0bd11346
    Martyn Welch authored
    
    In order to ensure we are notified of broken URLs, add testing of external
    URLs as a step in the CI. It is added as `allow_failure` because it would
    be inapproprate to stop merges because an unrelated link has broken.
    
    Additionally, only test when CI is run on master branch to save repeatedly
    testing the URLs each time a merge request or branch is updated.
    
    Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
    0bd11346
    History
    Add URL testing as CI step
    Martyn Welch authored
    
    In order to ensure we are notified of broken URLs, add testing of external
    URLs as a step in the CI. It is added as `allow_failure` because it would
    be inapproprate to stop merges because an unrelated link has broken.
    
    Additionally, only test when CI is run on master branch to save repeatedly
    testing the URLs each time a merge request or branch is updated.
    
    Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>