Skip to content

Commit 49bf4af

Browse files
committed
temporarily add --show-output
1 parent bac4e07 commit 49bf4af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
--setup 'xcodebuild -project App.xcodeproj -scheme App -destination "platform=iOS Simulator,name=iPhone 17" build >> ../logs/benchmark-pre-warmed-setup.log 2>&1' \
7575
--prepare 'rm -rf ~/Library/Developer/Xcode/DerivedData' \
7676
--conclude 'tuist inspect build' \
77-
'xcodebuild -project App.xcodeproj -scheme App -destination "platform=iOS Simulator,name=iPhone 17" build >> ../logs/benchmark-pre-warmed-cache.log 2>&1'
77+
'xcodebuild -project App.xcodeproj -scheme App -destination "platform=iOS Simulator,name=iPhone 17" build >> ../logs/benchmark-pre-warmed-cache.log 2>&1' \
78+
--show-output
7879
7980
- name: Upload benchmark logs
8081
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)