From 6089238c217aa6943ed96b16c6984e2fa056cdd6 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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integ-test.yml b/.github/workflows/integ-test.yml index fea77bdd919..b40fd905dd7 100644 --- a/.github/workflows/integ-test.yml +++ b/.github/workflows/integ-test.yml @@ -7,9 +7,10 @@ on: identifier: required: true type: string - pull_request_target: - branches: - - main + # pull_request_target: + # branches: + # - main + push: permissions: id-token: write @@ -89,7 +90,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' }}