Skip to content

Commit c322105

Browse files
committed
Fail CI job, when xcode has an error
1 parent ac4b90e commit c322105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: pre build
1818
run: cd External/objective-git && script/bootstrap && script/update_libgit2 && cd ../..
1919
- name: Build project
20-
run: xcodebuild -workspace GitX.xcworkspace -scheme GitX archive | xcpretty
20+
run: set -o pipefail && xcodebuild -workspace GitX.xcworkspace -scheme GitX archive | xcpretty

0 commit comments

Comments
 (0)