Skip to content

Commit 8b5e77e

Browse files
Disabling tests in CI for a while.
1 parent 31ce115 commit 8b5e77e

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/macOS-12.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ jobs:
3636
run: swift package resolve
3737
- name: Build
3838
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
4949

5050
carthage-iOS:
5151
name: Carthage
@@ -66,13 +66,13 @@ jobs:
6666
run: carthage build --no-use-binaries --platform iOS Simulator --use-xcframeworks
6767
- name: Building framework
6868
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

Comments
 (0)