From 1567b1eb7cf51d6168e2179c23d456b8eaa40546 Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:26:23 -0500 Subject: [PATCH] test: remove pretty --- .github/workflows/integ-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integ-test.yml b/.github/workflows/integ-test.yml index fea77bdd919..928197ff7df 100644 --- a/.github/workflows/integ-test.yml +++ b/.github/workflows/integ-test.yml @@ -89,7 +89,7 @@ jobs: -scheme ${{ matrix.scheme }} \ -sdk iphonesimulator \ -destination "platform=iOS Simulator,name=iPhone 14,OS=latest" \ - -only-testing:"${{ matrix.scheme }}Tests" | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]} + -only-testing:"${{ matrix.scheme }}Tests" && exit ${PIPESTATUS[0]} - name: Additional AWSMobileClient integration test targets if: ${{ matrix.scheme == 'AWSMobileClient' }}