From bc87364e43a7d52b3b80ad2ff2726652abb3a623 Mon Sep 17 00:00:00 2001 From: Clare So Date: Thu, 19 Dec 2024 11:42:28 -0500 Subject: [PATCH] Pipe everything to tee --- .github/workflows/focus-ios-ui-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/focus-ios-ui-tests.yml b/.github/workflows/focus-ios-ui-tests.yml index 463a29e7fdb2..f5e08e7ededa 100644 --- a/.github/workflows/focus-ios-ui-tests.yml +++ b/.github/workflows/focus-ios-ui-tests.yml @@ -90,7 +90,7 @@ jobs: -derivedDataPath ~/DerivedData \ -destination 'platform=iOS Simulator,name=${{ matrix.ios_simulator }},OS=${{ env.ios_version }}' \ -testPlan ${{ matrix.xcodebuild_test_plan }} \ - -resultBundlePath ${{ env.test_results_directory }}/results + -resultBundlePath ${{ env.test_results_directory }}/results \ | tee xcodebuild.log | xcpretty -r junit && exit ${PIPESTATUS[0]} working-directory: ${{ env.browser }} continue-on-error: true