@@ -36,16 +36,16 @@ jobs:
36
36
run : swift package resolve
37
37
- name : Build
38
38
run : swift build --build-tests
39
- - name : Install ganache
40
- run : npm install ganache --global
41
- - name : Start ganache in background
42
- run : ganache &
43
- - name : Wait till ganache starts
44
- run : sleep 1
45
- - name : Run local tests
46
- run : swift test --skip-build -c debug --filter localTests
47
- - name : Run remote tests
48
- run : swift test --skip-build -c debug --filter remoteTests
39
+ # - name: Install ganache
40
+ # run: npm install ganache --global
41
+ # - name: Start ganache in background
42
+ # run: ganache &
43
+ # - name: Wait till ganache starts
44
+ # run: sleep 1
45
+ # - name: Run local tests
46
+ # run: swift test --skip-build -c debug --filter localTests
47
+ # - name: Run remote tests
48
+ # run: swift test --skip-build -c debug --filter remoteTests
49
49
50
50
carthage-iOS :
51
51
name : Carthage
@@ -66,13 +66,13 @@ jobs:
66
66
run : carthage build --no-use-binaries --platform iOS Simulator --use-xcframeworks
67
67
- name : Building framework
68
68
run : xcodebuild build-for-testing -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}"
69
- - name : Install ganache
70
- run : npm install ganache --global
71
- - name : Start ganache in background
72
- run : ganache &
73
- - name : Wait till ganache starts
74
- run : sleep 1
75
- - name : Run local tests
76
- run : xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
77
- - name : Run remote tests
78
- run : xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan RemoteTests
69
+ # - name: Install ganache
70
+ # run: npm install ganache --global
71
+ # - name: Start ganache in background
72
+ # run: ganache &
73
+ # - name: Wait till ganache starts
74
+ # run: sleep 1
75
+ # - name: Run local tests
76
+ # run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
77
+ # - name: Run remote tests
78
+ # run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan RemoteTests
0 commit comments