You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Transform the files to http://127.0.0.1:8080 URLs
78
-
LIGHTHOUSE_URLS=$(echo "${CHANGED_FILES}"| sed 's/src\/content/http:\/\/127.0.0.1:8080/g'| sed 's/\.md//g'| sed 's/\/base\//\/en\/2019\//g'| sed 's/src\/templates/http:\/\/127.0.0.1:8080/g'| sed 's/index\.html//g'| sed 's/\.html//g'| sed 's/_/-/g'| sed 's/\/2019\/accessibility-statement/\/accessibility-statement/g'| sed 's/\/2019\/search/\/search/g'| sed 's/(http://.*)$/\1?nowebmentions/g')
80
+
LIGHTHOUSE_URLS=$(echo "${CHANGED_FILES}"| sed 's/src\/content/http:\/\/127.0.0.1:8080/g'| sed 's/\.md//g'| sed 's/\/base\//\/en\/2019\//g'| sed 's/src\/templates/http:\/\/127.0.0.1:8080/g'| sed 's/index\.html//g'| sed 's/\.html//g'| sed 's/_/-/g'| sed 's/\/2019\/accessibility-statement/\/accessibility-statement/g'| sed 's/\/2019\/search/\/search/g'| sed -E 's/(http:\/\/.*)$/\1?nowebmentions/g')
81
+
echo"URLs to test: ${LIGHTHOUSE_URLS}"
79
82
80
83
# Temporarily remove chapters failing in Lighthouse - TODO Try removing this on next Lighthouse upgrade
0 commit comments