Skip to content

Commit c414cc3

Browse files
committed
Revert "Fix(ci): Upload xcodebuild logs on failure for better debugging"
This reverts commit 07a8afc.
1 parent 07a8afc commit c414cc3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/firestore.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -386,13 +386,6 @@ jobs:
386386
export EXPERIMENTAL_MODE=true
387387
scripts/third_party/travis/retry.sh scripts/build.sh Firestore ${{ matrix.target }} xcodebuild
388388
389-
- name: Upload xcodebuild logs
390-
if: failure()
391-
uses: actions/upload-artifact@v4
392-
with:
393-
name: xcodebuild-logs-${{ matrix.target }}
394-
path: xcodebuild-*.log
395-
396389
pod_lib_lint:
397390
needs: check
398391
strategy:

0 commit comments

Comments
 (0)