Skip to content

Commit 7b413ce

Browse files
Add a header for reporting tests exit status
Co-authored-by: Olivier Halligon <olivier.halligon@automattic.com>
1 parent 118c2be commit 7b413ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.buildkite/commands/run-ui-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ set -e
3535
echo "--- 📦 Zipping test results"
3636
cd build/results/ && zip -rq WordPress.xcresult.zip WordPress.xcresult
3737

38-
exit $TESTS_EXIT_STATUS
38+
echo "--- 🚦 Report Tests Exit Status
39+
exit $TESTS_EXIT_STATUS

0 commit comments

Comments
 (0)