Skip to content

Commit

Permalink
Split test and archive in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Feb 2, 2025
1 parent a9c25c8 commit edb0dde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
- name: Show openssl version
run: |
openssl version
- name: Test and archive project
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test archive ARCHS="x86_64"
- name: Archive project
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test ARCHS="x86_64"
- name: Test project
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="x86_64"

0 comments on commit edb0dde

Please sign in to comment.