ci: retry tests once on failure

This commit is contained in:
Jake Hillion 2023-06-28 08:08:07 -07:00 committed by Jake Hillion
parent 26fd44c26c
commit ceafce8e1a

View File

@ -195,6 +195,7 @@ jobs:
--output-on-failure \
--schedule-random \
--timeout 60 \
--repeat until-pass:2 \
--output-junit results.xml
- store_test_results:
path: build/test/results.xml