File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 33
33
run : swift package resolve
34
34
- name : Build
35
35
run : swift build --build-tests
36
- # No need to run tests more than once, but this should be run in Carghage part
37
- # since it could lost some files in project.
38
36
- name : Install ganache
39
37
run : npm install ganache --global
40
38
- name : Start ganache in background
62
60
run : carthage build --no-use-binaries --platform iOS Simulator --use-xcframeworks
63
61
- name : Building framework
64
62
run : xcodebuild build-for-testing -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
65
- # - name: Running local tests
66
- # run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
63
+ - name : Install ganache
64
+ run : npm install ganache --global
65
+ - name : Start ganache in background
66
+ run : ganache &
67
+ - name : Wait till ganache starts
68
+ run : sleep 1
69
+ - name : Running local tests
70
+ run : xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
67
71
# - name: Running remote tests
68
72
# run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan RemoteTests
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ Package.pins
53
53
# Carthage
54
54
#
55
55
# Add this line if you want to avoid checking in source code from Carthage dependencies.
56
- # Carthage/Checkouts
56
+ Carthage /Checkouts
57
57
58
- # Carthage/Build
58
+ Carthage /Build
59
59
60
60
# fastlane
61
61
#
You can’t perform that action at this time.
0 commit comments