We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c75a7 commit f1d7a40Copy full SHA for f1d7a40
.github/workflows/BuildPR.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Unlink openssl 3
51
run: |
52
brew unlink openssl@3
53
-# - name: Test project
54
-# run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test ARCHS="${{ matrix.arch }}"
+ - name: Test project
+ run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test ARCHS="${{ matrix.arch }}"
55
- name: Archive project
56
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="${{ matrix.arch }}"
0 commit comments