From f844a6a132066a64ae044cf5432eb6da7ddf5d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Wed, 15 Jan 2025 21:58:58 +0000 Subject: [PATCH] Remove xcbeautify to troubleshoot hanging test runs --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f255d34f4..63370a6ded 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,15 +102,13 @@ jobs: - name: Build and test run: | - set -o pipefail && \ xcrun xcodebuild test \ -project Bitwarden.xcodeproj \ -scheme Bitwarden \ -configuration Debug \ -destination "platform=iOS Simulator,name=${{ env.SIMULATOR_NAME || env.DEFAULT_SIMULATOR_NAME }},OS=${{ env.SIMULATOR_VERSION || env.DEFAULT_SIMULATOR_VERSION }}" \ -resultBundlePath ${{ env.RESULT_BUNDLE_PATH }} \ - -derivedDataPath build/DerivedData \ - | xcbeautify --renderer github-actions + -derivedDataPath build/DerivedData - name: Convert coverage to Cobertura run: |