The CI fails intermittently due to HTTP errors because we are pulling live web data. I see the docs suggest running scripts/get-test-web-content.py to build a local cache that tests can use. Should add add this to the test.yml before the test run to try and have then run more reliably? Or commit cached copies?
The CI fails intermittently due to HTTP errors because we are pulling live web data. I see the docs suggest running
scripts/get-test-web-content.py
to build a local cache that tests can use. Should add add this to thetest.yml
before the test run to try and have then run more reliably? Or commit cached copies?