[ObjC] Stop using `xcpretty`.

Something has changed between Xcode and xcpretty such that
we don't get full logs when something fails to know what
file/line is actually failing; so stop using it.

PiperOrigin-RevId: 654830446
pull/17569/head
Thomas Van Lenten 7 months ago committed by Copybara-Service
parent 6ebdc7a4d4
commit 25ef4467ac
  1. 3
      .github/workflows/test_objectivec.yml

@ -57,8 +57,7 @@ jobs:
-scheme ProtocolBuffers \
-configuration ${{ matrix.xc_config }} \
-destination "${{ matrix.destination }}" \
test \
| xcpretty
test
- name: Report ccache stats
shell: bash

Loading…
Cancel
Save