You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Keep the (otherwise collapsed) current "Testing" section open in Buildkite logs on error. See https://buildkite.com/docs/pipelines/managing-log-output#collapsing-output
45
+
echo"^^^ +++"
46
+
echo"UI Tests failed!"
47
+
fi
39
48
40
49
echo"--- 📦 Zipping test results"
41
50
cd fastlane/test_output/ && zip -rq WooCommerce.xcresult.zip WooCommerce.xcresult &&cd -
# Keep the (otherwise collapsed) current "Testing" section open in Buildkite logs on error. See https://buildkite.com/docs/pipelines/managing-log-output#collapsing-output
26
+
echo"^^^ +++"
27
+
echo"Unit Tests failed!"
28
+
fi
20
29
21
30
echo"--- 📦 Zipping test results"
22
31
cd fastlane/test_output/ && zip -rq WooCommerce.xcresult.zip WooCommerce.xcresult &&cd -
0 commit comments