We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7617597 commit 5970fc3Copy full SHA for 5970fc3
.github/workflows/BuildPR.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Show openssl version
41
run: |
42
openssl version
43
- - name: Test project
44
- 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 }}"
45
- name: Archive project
46
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="${{ matrix.arch }}"
0 commit comments