Skip to content

Commit 78b5854

Browse files
committed
Revert "Removes xcbeautify to get full log output"
This reverts commit 92ed264.
1 parent 92ed264 commit 78b5854

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/build-and-run-unit-tests

1 file changed

+1
-1
lines changed

.github/actions/build-and-run-unit-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ runs:
1616
- name: Build and Test
1717
shell: bash
1818
run: |
19-
xcodebuild clean test -resultBundlePath TestResults/ResultBundle.xcresult -derivedDataPath DerivedData -workspace "ApolloDev.xcworkspace" -scheme "${{ inputs.scheme }}" -destination "${{ inputs.destination }}" -testPlan "${{ inputs.test-plan }}"
19+
xcodebuild clean test -resultBundlePath TestResults/ResultBundle.xcresult -derivedDataPath DerivedData -workspace "ApolloDev.xcworkspace" -scheme "${{ inputs.scheme }}" -destination "${{ inputs.destination }}" -testPlan "${{ inputs.test-plan }}" | xcbeautify

0 commit comments

Comments
 (0)