We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac4e07 commit 49bf4afCopy full SHA for 49bf4af
.github/workflows/benchmark.yml
@@ -74,7 +74,8 @@ jobs:
74
--setup 'xcodebuild -project App.xcodeproj -scheme App -destination "platform=iOS Simulator,name=iPhone 17" build >> ../logs/benchmark-pre-warmed-setup.log 2>&1' \
75
--prepare 'rm -rf ~/Library/Developer/Xcode/DerivedData' \
76
--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'
+ '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
79
80
- name: Upload benchmark logs
81
uses: actions/upload-artifact@v4
0 commit comments