Skip to content

Commit d34644e

Browse files
Split carthage CI/CD pipelint to two parts (building and testing).
1 parent ed4190a commit d34644e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@ jobs:
4949
run: carthage checkout
5050
- name: Building dependencies
5151
run: carthage build --no-use-binaries --platform iOS Simulator --use-xcframeworks
52+
- name: Building framework
53+
run: xcodebuild build-for-testing -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
5254
- name: Running local tests
53-
run: xcodebuild test -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests | xcpretty
55+
run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests

0 commit comments

Comments
 (0)