Closed astorm closed 2 years ago
the below badges are clickable and redirect to their specific view in the CI or DOCS
#### Build stats * Start Time: 2022-10-07T23:12:38.787+0000 * Duration: 8 min 16 sec #### Test stats :test_tube: | Test | Results | | ------------ | :-----------------------------: | | Failed | 0 | | Passed | 287 | | Skipped | 0 | | Total | 287 |
To re-run your PR in the CI, just comment with: - `run` `elasticsearch-ci/docs` : Re-trigger the docs validation. (use unformatted text in the comment!)
The
run_tests.sh
bash script would always exit with a code of0
, even if one of the test files hadnot ok
tests. This meant that the test failures were not picked up by CI.This PR changes that script to ensure we exit with a
0
if all test suites ranok
, or exit with the last failure code seen.This PR also bumps the GitHub actions versions tested to include Node.js 18, and fixes a small test fixture issue with some changed output in Node 18.