Skip to content

Commit

Permalink
[PM-16183] Temporarily remove xcbeautify to troubleshoot hanging test…
Browse files Browse the repository at this point in the history
… runs (#1275)
  • Loading branch information
vvolkgang authored Jan 15, 2025
1 parent abd0593 commit 219e1af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 219e1af

Please sign in to comment.