Skip to content

Commit 545c132

Browse files
committed
Test and archive in one CI step
1 parent f22d5e8 commit 545c132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BuildPR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
2121
- name: pre build
2222
run: script/bootstrap && script/update_libgit2
23-
- name: Build project
24-
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="x86_64 arm64"
23+
- name: Test and archive project
24+
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test archive ARCHS="x86_64 arm64"

0 commit comments

Comments
 (0)