Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC authored Nov 7, 2023
1 parent 16c58a9 commit 05f1504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
curl -v "https://${SERVICE_DOMAIN}/" \
--connect-timeout 10 --max-redirs 0 --silent --stderr - > .wwwstatus.txt
egrep -i '< HTTP/[0123\.]+ 3' .wwwstatus.txt
grep '< location: https://www.gov.uk/government/organisations/central-digital-and-data-office/about' .wwwstatus.txt
grep '< location: https://www.gov.uk/' .wwwstatus.txt
echo "Checking '/people/template' is public"
curl -v "https://${SERVICE_DOMAIN}/people/template" \
Expand Down

0 comments on commit 05f1504

Please sign in to comment.