Commit Graph

4 Commits

Author SHA1 Message Date
Kyle Dixler 98805465b2
[ci] improve test logging on retries ()
CI added log output to clarify success despite test failure output.
- `run tests` may end with a failing test being the last thing printed,
but it was retried and passed.
2023-12-01 23:05:04 +00:00
Abhinav Gupta 49433cac65
scripts/retry: set-output is deprecated
The set-output command has been deprecated by GitHub.
Replace it with the GITHUB_OUTPUT based variant.

This was the only remaining instance of `::set-output`
in the repository after e4e96c96d.
2023-03-01 14:11:23 -08:00
Aaron Friel 22f2989c19 ci: Fix package parallelism assignment 2022-09-14 14:49:16 -07:00
Aaron Friel 746c5f6e3c ci: Enable robust retries on tests 2022-09-14 12:19:09 -07:00