Skip to content

Commit a5f4e69

Browse files
Temporrary commenting testing step.
1 parent d34644e commit a5f4e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
run: carthage build --no-use-binaries --platform iOS Simulator --use-xcframeworks
5252
- name: Building framework
5353
run: xcodebuild build-for-testing -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
54-
- name: Running local tests
55-
run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
54+
# - name: Running local tests
55+
# run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests

0 commit comments

Comments
 (0)