Skip to content

Commit 5961f94

Browse files
committed
Revert "[CI] Generate report with xcbeautify"
This reverts commit 8b9c47b. # Conflicts: # scripts/build.sh
1 parent 93974ad commit 5961f94

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

.github/workflows/common.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,3 @@ jobs:
123123
${{ inputs.target }} \
124124
${{ matrix.platform }} \
125125
${{ (contains(inputs.buildonly_platforms, matrix.platform) || contains(inputs.buildonly_platforms, 'all')) && 'spmbuildonly' || 'spm' }}
126-
- name: Publish Test Report
127-
uses: mikepenz/action-junit-report@v6
128-
if: success() || failure()
129-
with:
130-
report_paths: 'build/reports/junit.xml'

.github/workflows/firebaseai.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ jobs:
6969
name: xcodebuild-${{ matrix.target }}-${{ matrix.os }}-${{ matrix.xcode }}.log
7070
path: xcodebuild-*.log
7171
retention-days: 2
72-
- name: Publish Test Report
73-
uses: mikepenz/action-junit-report@v6
74-
if: success() || failure()
75-
with:
76-
report_paths: 'build/reports/junit.xml'
7772

7873
pod_lib_lint:
7974
strategy:

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function RunXcodebuild() {
113113
local buildaction="${xcodebuild_args[$# - 1]}" # buildaction is the last arg
114114
local log_filename="xcodebuild-${buildaction}.log"
115115

116-
local xcbeautify_cmd=(xcbeautify --renderer github-actions --disable-logging --is-ci --preserve-unbeautified --report junit)
116+
local xcbeautify_cmd=(xcbeautify --renderer github-actions --disable-logging --is-ci --preserve-unbeautified)
117117

118118
local result=0
119119
NSUnbufferedIO=YES xcodebuild "$@" 2>&1 | tee "$log_filename" | \

0 commit comments

Comments
 (0)