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 f22d5e8 commit 545c132Copy full SHA for 545c132
.github/workflows/BuildPR.yml
@@ -20,5 +20,5 @@ jobs:
20
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
21
- name: pre build
22
run: script/bootstrap && script/update_libgit2
23
- - name: Build project
24
- run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="x86_64 arm64"
+ - name: Test and archive project
+ run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test archive ARCHS="x86_64 arm64"
0 commit comments