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 ac4b90e commit c322105Copy full SHA for c322105
.github/workflows/BuildPR.yml
@@ -17,4 +17,4 @@ jobs:
17
- name: pre build
18
run: cd External/objective-git && script/bootstrap && script/update_libgit2 && cd ../..
19
- name: Build project
20
- run: xcodebuild -workspace GitX.xcworkspace -scheme GitX archive | xcpretty
+ run: set -o pipefail && xcodebuild -workspace GitX.xcworkspace -scheme GitX archive | xcpretty
0 commit comments