mirror of https://github.com/zulip/zulip.git
ci: Re-enable testing documentation links.
We've had a few unpleasant bugs with real documentation links being broken, so we're going to make this more aggressive for now. I think we instead want a more subtle option for suppressing failures in some places but not others.
This commit is contained in:
parent
05c774bcbe
commit
d8e5e2d960
|
@ -17,7 +17,8 @@ set -x
|
||||||
|
|
||||||
./tools/test-migrations
|
./tools/test-migrations
|
||||||
./tools/setup/optimize-svg
|
./tools/setup/optimize-svg
|
||||||
./tools/test-documentation ${CIRCLECI:+--skip-check-links}
|
# tabbott re-enabled test-documentation link checking, due to bugs slipping through.
|
||||||
|
./tools/test-documentation # ${CIRCLECI:+--skip-check-links}
|
||||||
./tools/test-help-documentation
|
./tools/test-help-documentation
|
||||||
./tools/test-api
|
./tools/test-api
|
||||||
./tools/test-locked-requirements
|
./tools/test-locked-requirements
|
||||||
|
|
Loading…
Reference in New Issue